This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 11e4b8bcc66 ipa: Fix pritting of symtab_node type: Fix 'static_assert' [...] new 0d95edd38ff ada: Catch Constraint_Errors on non-scalar streaming attributes new 6ee8ebe0f17 ada: Get rid of Sy/Sm mixing (Chars) new 65dec7e0e4d ada: Add System.Traceback.Symbolic.Calling_Entity new e95656d9840 ada: Fix visibility issue in nested instance with use claus [...] new bd03df4cac5 ada: Incorrect warning redundant parens on in new cc2a4ebe88e ada: Get rid of Sy/Sm mixing (Default_Expression) new 64a6f143a1b ada: Remove dependence on secondary stack for type with con [...] new 2c7a70ef2dd ada: Fix incorrect static string concatenation with null le [...] new 3e7ea99b431 ada: Make Long_Long_Float'Write deterministic new 966d132b0a5 ada: Remove exception handler in Check_Vanishing_Fields new 77691b9ff59 ada: Add ctor call after address clause new 280d165843e ada: Get rid of unused node/entity fields (Set_ only) new ebfc39db7fe ada: Move constant declaration new 96ac78a1b9d ada: Add missing runtime procedure for CHERI new 7a6df736e18 ada: Get rid of unused node/entity fields (neither set nor get) new 3b28ad158eb ada: Remove outdated comment new 256263b1d90 ada: Get rid of Sy/Sm mixing (Actions) new 987d94ebf0b ada: Tidy up code dealing with visibility in instances of f [...] new f5836f73b10 ada: Direct attribute definition for constructors new a740ac2bf81 ada: Avoid triggering ghost context errors on prefixed names new 6a331103e78 ada: Avoid Ignored ghost code behavior in Codepeer_Mode new 43ce88299a4 ada: Fix Put_Image for Multiway_Trees new fbdaed53ea4 ada: Remove workaround for a freezing issue with address of [...] new 1c484bd921b ada: Fix spurious check on 'Put_Image for an array of characters new d5c0cf67b5d ada: Reject nonconfirming size clauses on objects of floati [...] new 39ba3bb9131 ada: Get rid of Sy/Sm mixing (Expression) new e818a8e8bf0 ada: Tweak Is_Predefined_File_Name new 2c77eeb8d82 ada: Fix another incorrectly nested procedure new 4ff0bd5f987 ada: Crash on call to a dispatching op with if_expr and tag [...] new 2671814409b ada: Fix box accepted as second association of a generic fo [...] new 0c320ec602c ada: Keep source locations for inlined subprograms from pre [...] new 4d98d5e454b ada: Preserve AST structure when copying tree with discrete types new 48d09de92b0 ada: Decouple compile-time evaluation from if_statement sou [...] new efa7ec80d97 ada: Decouple compile-time evaluation from while loop sourc [...] new c22f8e1c410 ada: Adjust outdated reference in comment new fd7b43f5f4a ada: Restore alignment check for address clause given with [...] new 85b6344379e ada: Guard compile-time evaluator against rewritten if-expressions new 7a25badc5dd Fix 'libgomp.c/pr122281.c' for non-USM offloading execution [...]
The 38 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ada/aspects.ads | 5 - gcc/ada/atree.adb | 82 +++--- gcc/ada/checks.adb | 7 +- gcc/ada/cstand.adb | 12 +- .../gnat_rm/representation_clauses_and_pragmas.rst | 3 +- gcc/ada/einfo-utils.adb | 15 +- gcc/ada/einfo.ads | 40 +-- gcc/ada/errout.adb | 27 +- gcc/ada/erroutc.adb | 49 +++- gcc/ada/exp_aggr.adb | 7 +- gcc/ada/exp_attr.adb | 47 ++- gcc/ada/exp_ch11.adb | 4 +- gcc/ada/exp_ch3.adb | 30 +- gcc/ada/exp_ch4.adb | 68 ++--- gcc/ada/exp_ch6.adb | 70 ++--- gcc/ada/exp_ch6.ads | 6 +- gcc/ada/exp_ch7.adb | 87 ++++-- gcc/ada/exp_dbug.ads | 19 ++ gcc/ada/exp_strm.adb | 8 + gcc/ada/exp_unst.adb | 2 + gcc/ada/exp_util.adb | 326 ++++++++++++--------- gcc/ada/fname.adb | 13 - gcc/ada/freeze.adb | 3 +- gcc/ada/gen_il-fields.ads | 11 +- gcc/ada/gen_il-gen-gen_entities.adb | 7 +- gcc/ada/gen_il-gen-gen_nodes.adb | 38 +-- gcc/ada/gen_il-gen.adb | 47 +-- gcc/ada/gen_il-gen.ads | 12 +- gcc/ada/gen_il-internals.adb | 2 + gcc/ada/ghost.adb | 8 + gcc/ada/gnat_rm.texi | 5 +- gcc/ada/gnat_ugn.texi | 4 +- gcc/ada/inline.adb | 32 -- gcc/ada/libgnat/a-cbmutr.adb | 4 +- gcc/ada/libgnat/a-cimutr.adb | 4 +- gcc/ada/libgnat/a-comutr.adb | 4 +- gcc/ada/libgnat/s-dwalin.adb | 27 +- gcc/ada/libgnat/s-dwalin.ads | 11 +- gcc/ada/libgnat/s-stratt.adb | 17 ++ gcc/ada/libgnat/s-stratt.ads | 2 + gcc/ada/libgnat/s-stratt__cheri.adb | 17 ++ gcc/ada/libgnat/s-trasym.adb | 4 + gcc/ada/libgnat/s-trasym.ads | 3 + gcc/ada/libgnat/s-trasym__dwarf.adb | 164 +++++++---- gcc/ada/par-ch12.adb | 2 +- gcc/ada/par-ch13.adb | 158 +++++----- gcc/ada/par-ch6.adb | 64 +++- gcc/ada/par-endh.adb | 28 +- gcc/ada/par.adb | 10 + gcc/ada/rtsfind.ads | 2 + gcc/ada/sem_attr.adb | 156 ++++------ gcc/ada/sem_aux.adb | 3 - gcc/ada/sem_ch12.adb | 119 ++++---- gcc/ada/sem_ch13.adb | 116 ++++---- gcc/ada/sem_ch3.adb | 15 + gcc/ada/sem_ch6.adb | 181 ++++++------ gcc/ada/sem_ch7.adb | 7 +- gcc/ada/sem_ch8.adb | 18 +- gcc/ada/sem_disp.adb | 50 ---- gcc/ada/sem_prag.adb | 2 - gcc/ada/sem_res.adb | 28 +- gcc/ada/sem_util.adb | 163 ++++++++--- gcc/ada/sem_util.ads | 22 +- gcc/ada/sinfo.ads | 68 +---- gcc/ada/snames.adb-tmpl | 9 + gcc/ada/snames.ads-tmpl | 7 +- gcc/ada/sprint.adb | 4 +- gcc/ada/style.adb | 14 +- gcc/ada/treepr.adb | 2 + libgomp/testsuite/libgomp.c/pr122281.c | 2 +- 70 files changed, 1448 insertions(+), 1155 deletions(-)