This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07f229c2d7e Fix test case for PR117811 which failed for int < 32 bit. new 815490f1d3a ada: Remove duplicate setter call new a9cc2a22e9d ada: Factorize return statement new df186850f28 ada: Remove creation of some unused itypes new b87317a508f ada: Document supported GCC optimization switches new 20ba3f4f212 ada: Remove uses of E_Void new 47604032763 ada: Rewrite boolean expression new 879f8d83958 ada: Adjust alignment calculation for secondary stack new d3798f1b24c ada: Implement -gnatRh switch to display holes in record layout new 93170576744 ada: Small tweak to latest change new a09a8093da4 ada: Tweak special handling of synchronized type scopes new 23987088010 ada: Fix various issues in System.Value_F.Integer_To_Fixed [...] new 160ca636883 ada: Set Ekinds of discriminants earlier new 5aa2239ff0c ada: Remove obsolete test new fa6a71aac7e ada: Fix rounding test with odd bases new da59680477f ada: VAST: Check basic tree properties new c6d8c2033ce ada: Remove subexpression that's always False new 035fa0ded56 ada: Add Ada RM clause reference in comment new 657a1d152ac ada: Assorted minor cleanups and tweaks new 647f34f8c1f ada: Fix wrong visibility over discriminants new 04223dc18c6 ada: Fix support e-mail addresses new 9c446b00d31 ada: Apply tweak for machine-code-based coverage new 79635746c5f ada: Fix documentation of Generalized Finalization extension new a0765fe5d27 ada: Reuse local constant when handling External_Initialization new a4c64da32f4 ada: Fix reference to RM clause in comment new 7c979e702e6 ada: Update bug-box texts new 77a646af041 ada: Fix code size increase with pragma Aggregate_Individua [...]
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/atree.adb | 2 +- gcc/ada/comperr.adb | 16 +- gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 156 +++---- .../building_executable_programs_with_gnat.rst | 29 +- .../doc/gnat_ugn/gnat_and_program_execution.rst | 59 ++- gcc/ada/einfo-utils.adb | 9 +- gcc/ada/einfo.ads | 2 +- gcc/ada/exp_util.adb | 28 +- gcc/ada/gcc-interface/decl.cc | 20 +- gcc/ada/gnat_rm.texi | 267 +++++------ gcc/ada/gnat_ugn.texi | 114 +++-- gcc/ada/gnatcmd.adb | 2 +- gcc/ada/libgnat/s-secsta.adb | 9 + gcc/ada/libgnat/s-secsta__cheri.adb | 9 + gcc/ada/libgnat/s-valuef.adb | 37 +- gcc/ada/libgnat/s-valuer.adb | 23 +- gcc/ada/opt.ads | 25 +- gcc/ada/repinfo.adb | 297 +++++++++--- gcc/ada/sem_ch12.adb | 499 ++++++++++---------- gcc/ada/sem_ch3.adb | 104 +++-- gcc/ada/sem_ch8.ads | 5 - gcc/ada/sem_util.adb | 12 +- gcc/ada/sem_util.ads | 6 +- gcc/ada/sem_warn.adb | 14 +- gcc/ada/sinfo.ads | 2 +- gcc/ada/switch-c.adb | 21 +- gcc/ada/switch.adb | 2 +- gcc/ada/treepr.adb | 2 +- gcc/ada/usage.adb | 12 +- gcc/ada/vast.adb | 519 +++++++++++++++++---- 30 files changed, 1447 insertions(+), 855 deletions(-)