This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 16e3d6b8b2b rs6000: Add psabi diagnostic for C++ zero-width bit field A [...] new 62e66ee5bfe [Ada] Update "Implementation Defined Characteristics" docum [...] new 37a3df0d9a8 [Ada] Remove global parameter in Global contracts of Ada.St [...] new 7165704bfaa [Ada] Minimize parts of Ada.Strings.Fixed marked SPARK_Mode => Off new 99e30ba8c01 [Ada] Cleanup and efficiency improvements new e2b2f629da0 [Ada] Remove Initializes contracts from Ada.Strings.Bounded new fb3f21a3df8 [Ada] If unnesting and relocating subprogram call, make new [...] new c06539752d7 [Ada] Follow-on efficiency improvements new fe43084ca31 [Ada] Ada2022: implementation of AI12-0212 : iterator specs [...] new abf3f4f3096 [Ada] Wrappers of access-to-subprograms with pre/post conditions new f7d1b4a7e03 [Ada] Tune detection of internally generated positional aggregates new ead89f5f149 [Ada] Adjust documentation of gnatsymbolize new faa396c4eee [Ada] Add N_Has_Bounds and N_Is_Index new c20222ed49c [Ada] Add Subprogram_Body_Or_Type new 96783caedcb [Ada] Fix obsolete comment mentioning girder discriminants
The 14 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 | 505 ++++++----- gcc/ada/atree.ads | 50 +- gcc/ada/atree.h | 71 -- .../implementation_defined_characteristics.rst | 690 ++++++++------- gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 18 +- gcc/ada/einfo-utils.adb | 6 +- gcc/ada/exp_aggr.adb | 209 ++++- gcc/ada/exp_disp.adb | 4 + gcc/ada/gcc-interface/cuintp.c | 1 + gcc/ada/gcc-interface/decl.c | 2 +- gcc/ada/gcc-interface/gigi.h | 2 +- gcc/ada/gcc-interface/targtyps.c | 1 + gcc/ada/gcc-interface/trans.c | 4 +- gcc/ada/gen_il-gen-gen_entities.adb | 6 + gcc/ada/gen_il-gen-gen_nodes.adb | 13 + gcc/ada/gen_il-gen.adb | 555 +++++++----- gcc/ada/gen_il-types.ads | 7 +- gcc/ada/gnat_rm.texi | 962 ++++++++++++--------- gcc/ada/libgnat/a-strbou.ads | 130 +-- gcc/ada/libgnat/a-strfix.adb | 18 +- gcc/ada/libgnat/a-strfix.ads | 20 +- gcc/ada/live.adb | 3 +- gcc/ada/sem_aggr.adb | 155 +++- gcc/ada/sem_ch12.adb | 2 +- gcc/ada/sem_ch3.adb | 26 +- gcc/ada/sem_disp.adb | 70 ++ gcc/ada/sem_eval.adb | 3 +- gcc/ada/sem_type.adb | 6 + gcc/ada/sem_util.adb | 4 +- gcc/ada/sinfo-utils.adb | 10 +- gcc/ada/sinfo-utils.ads | 2 +- gcc/ada/table.ads | 2 +- gcc/ada/treepr.adb | 58 +- gcc/ada/types.ads | 6 + 34 files changed, 2223 insertions(+), 1398 deletions(-)