This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 19e4d4c34c9 LoongArch: Set default alignment for functions and labels w [...] new be54247f74f ada: Cleanup analysis of iterated component association new 3b3e181be8e ada: Fix aspect Linker_Section ignored on subprogram body new 4b14ffb9a86 ada: Remove obsolete references for Build_Transient_Object_ [...] new 63c8e3a1368 ada: Crash on C++ constructor of private type new 16bd94c81fb ada: Accept aspect Always_Terminates without expression new e870d6d73b4 ada: Fix inverted implementation of RM 8.4(10) clause for o [...] new 37333bff345 ada: Remove Ttypes.Max_Unaligned_Field new fda87a4441c ada: Fix minor issues in comments new 63a4bcf377a ada: Fix missing error on function call returning incomplete view new fa5aa5d942a ada: Reject aspect Always_Terminates on functions and gener [...] new 8e5185ad60b ada: Accept aspect Always_Terminates on entries new 3ec78e11471 ada: Accept aspect Always_Terminates on packages new 1de3b5a7b57 ada: Adjust comments in targparm.ads new b36be75b29d ada: Adjust QNX Ada priorities to match QNX system priorities new 985d6045f66 ada: Fix missing finalization for aggregates nested in cond [...] new 70345b97934 ada: Add escape hatch to configurable run-time new 3f3f37c3f72 ada: Remove dead code in Expand_Iterator_Loop_Over_Container new c8c5bf93aaa ada: Fix too small secondary stack allocation for returned [...] new 9cdaa52bf8e ada: Revert latest change to Find_Hook_Context new a8c45d3fba6 ada: Fix internal error on loop iterator filter with -gnatVa new 17e45a14a20 ada: Fix too small secondary stack allocation for returned [...] new f185ac2efd7 ada: Reject Loop_Entry inside prefix of Loop_Entry new cc681c83f04 ada: Make minor improvements to user's guide new 59a8207f838 ada: Fix wrong finalization for double subtype of bounded vector new d40e6edcff2 ada: Fix wrong code for ACATS cd1c03i on Morello target new b992bddac79 ada: Remove unused files
The 26 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/ada_get_targ.adb | 9 -- gcc/ada/aspects.adb | 28 +++--- gcc/ada/aspects.ads | 2 +- gcc/ada/contracts.adb | 3 + gcc/ada/doc/gnat_ugn/about_this_guide.rst | 8 +- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 24 ++--- gcc/ada/exp_ch3.adb | 77 ++++++++++---- gcc/ada/exp_ch5.adb | 18 +--- gcc/ada/exp_util.adb | 11 ++ gcc/ada/exp_util.ads | 10 +- gcc/ada/gcc-interface/decl.cc | 14 ++- gcc/ada/gcc-interface/utils2.cc | 8 +- gcc/ada/get_targ.adb | 9 -- gcc/ada/get_targ.ads | 4 - gcc/ada/gnat_ugn.texi | 41 ++++---- gcc/ada/libgnarl/s-osinte__qnx.adb | 2 +- gcc/ada/libgnat/system-qnx-arm.ads | 14 ++- gcc/ada/sem_aggr.adb | 12 +-- gcc/ada/sem_attr.adb | 21 +++- gcc/ada/sem_ch13.adb | 34 ++++--- gcc/ada/sem_ch4.adb | 6 ++ gcc/ada/sem_ch5.adb | 11 +- gcc/ada/sem_prag.adb | 112 ++++++++++++++------- gcc/ada/sem_type.adb | 2 +- gcc/ada/sem_util.adb | 20 +++- gcc/ada/set_targ.adb | 2 +- gcc/ada/set_targ.ads | 2 +- gcc/ada/sinfo.ads | 5 + gcc/ada/targparm.adb | 8 ++ gcc/ada/targparm.ads | 29 ++---- gcc/ada/ttypes.ads | 9 +- gcc/ada/vxworks7-cert-rtp-base-link.spec | 2 - gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec | 2 - gcc/ada/vxworks7-cert-rtp-base-link__x86.spec | 2 - gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec | 2 - gcc/ada/vxworks7-cert-rtp-link.spec | 10 -- gcc/ada/vxworks7-cert-rtp-link__ppcXX.spec | 10 -- 37 files changed, 336 insertions(+), 247 deletions(-) delete mode 100644 gcc/ada/vxworks7-cert-rtp-base-link.spec delete mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec delete mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__x86.spec delete mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec delete mode 100644 gcc/ada/vxworks7-cert-rtp-link.spec delete mode 100644 gcc/ada/vxworks7-cert-rtp-link__ppcXX.spec