This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 71bc7c6fa11 RISC-V: Fix FAIL of bb-slp-cond-1.c for RVV new 54d049b2815 ada: Further cleanup in finalization machinery new 27fd2dc518b ada: Illegal instance of Generic_1.Generic_2 incorrectly accepted new da5dca1d36d ada: Cleanup SPARK legality checking new 1acce1417b4 ada: Do not issue SPARK legality error if SPARK_Mode ignored new 95a7771da2c ada: Restore object constraint optimization new 5c374c0907b ada: Cope with Sem_Util.Enclosing_Declaration oddness. new 64a485df891 ada: Plug small loophole in finalization machinery new cdd8f4b3f24 ada: Fix spurious visibility error on parent's component in [...] new 40cf86ef4a5 ada: Add missing guard to previous change new c3d97f236e9 ada: Fix SPARK expansion of container aggregates new 6b92b664aa2 ada: Further cleanup in finalization machinery new 346e4645eb1 ada: Fix crash on concurrent type aggregate new 15626fb1168 ada: Adapt Ada.Command_Line to work on configurable runtimes new 35ef3e08ec5 ada: Remove No_Dynamic_Priorities from Restricted_Tasking new 80a63cc744e ada: Rename Is_Constr_Subt_For_UN_Aliased flag new 9bbd4af0536 ada: Ignore unconstrained components as inputs for Depends new e691cda5198 ada: Optimize performance and remove dynamic frame requirement. new 3e137ec2ef7 ada: gnatbind: Do not generate Ada.Command_Line references [...] new 8106b447648 ada: Remove unreferenced utility routine Get_Logical_Line_N [...] new b90089402f7 ada: Fix style and typos in comments new b09d948e052 ada: Compiler hangs on container aggregate with function ca [...] new 23508d3dc67 ada: Rework comment in Expand_Ctrl_Function_Call new 8ce9496f0e1 ada: Remove GNATcheck violations new aad881afce9 ada: Missing error on positional container aggregates for t [...] new 257a2fca4f9 ada: Check all interfaces for valid iterator type new a3626f49d64 ada: Fix internal error on call with parameter of predicate [...] new 41f1b570acd ada: Add makefile targets for building/installing html doc
The 27 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/argv.c | 2 + gcc/ada/bindgen.adb | 91 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 4 +- gcc/ada/einfo.ads | 30 +- gcc/ada/errout.adb | 27 +- gcc/ada/exp_aggr.adb | 17 +- gcc/ada/exp_ch3.adb | 3 +- gcc/ada/exp_ch4.adb | 410 +++--- gcc/ada/exp_ch6.adb | 50 +- gcc/ada/exp_ch7.adb | 14 +- gcc/ada/exp_ch9.adb | 4 +- gcc/ada/exp_spark.adb | 146 ++ gcc/ada/exp_util.adb | 12 +- gcc/ada/exp_util.ads | 8 +- gcc/ada/gcc-interface/Make-lang.in | 35 +- gcc/ada/gcc-interface/decl.cc | 44 +- gcc/ada/gcc-interface/trans.cc | 16 +- gcc/ada/gen_il-fields.ads | 6 +- gcc/ada/gen_il-gen-gen_entities.adb | 4 +- gcc/ada/gen_il-gen-gen_nodes.adb | 2 +- gcc/ada/gen_il-internals.adb | 2 - gcc/ada/gnat-style.texi | 68 +- gcc/ada/gnat_rm.texi | 1076 +++++++-------- gcc/ada/gnat_ugn.texi | 1408 ++++++++++---------- gcc/ada/libgnat/a-comlin.adb | 18 +- gcc/ada/libgnat/i-cstrin.adb | 17 +- gcc/ada/libgnat/s-rident.ads | 1 - gcc/ada/sem_aggr.adb | 32 +- gcc/ada/sem_ch10.adb | 2 +- gcc/ada/sem_ch12.adb | 205 ++- gcc/ada/sem_ch13.adb | 103 +- gcc/ada/sem_ch3.adb | 38 +- gcc/ada/sem_ch4.adb | 10 +- gcc/ada/sem_ch8.adb | 12 +- gcc/ada/sem_prag.adb | 50 +- gcc/ada/sem_res.adb | 100 -- gcc/ada/sem_util.adb | 83 +- gcc/ada/sem_util.ads | 11 +- gcc/ada/sinfo-utils.ads | 16 + gcc/ada/sinfo.ads | 7 +- gcc/ada/sinput.adb | 13 - gcc/ada/sinput.ads | 5 - gcc/ada/targparm.ads | 20 +- gcc/ada/treepr.adb | 2 - 44 files changed, 2209 insertions(+), 2015 deletions(-)