This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e87789f197e Evaluate 'random ()' to '0' in 'pass_omp_oacc_neuter_broadcast' new 4d027eea556 [Ada] Remove "with GNAT.OS_Lib;" from libgnat/a-stbufi.ads new c36332031cf [Ada] Refine patch for spurious link error involving discri [...] new ea3789f6a2b [Ada] Exception raised on empty file in GNATprove mode new 255279b91ec [Ada] Simplify iteration when printing error message spans new 2528d0c7ce0 [Ada] Update comment for Error_Msg_Internal new 3598c8db404 [Ada] Refactor sort procedures of doubly linked list containers new e9068967876 [Ada] Enforce legality rule for Predicate_Failure aspect sp [...] new b23cdc01588 [Ada] Clean up uses of Esize and RM_Size new 16e307b9a48 [Ada] Interface behaves differently from abstract tagged null new 704d03a4e35 [Ada] Presence of abstract operator function causes resolut [...] new 566b4790116 [Ada] rtems: add 128bit support for aarch64 new 69a0ff3416a [Ada] Fix ignored dynamic predicates specified through "pre [...] new cf7aa7d8e85 [Ada] exp_pakd.adb: work around spurious Codepeer warnings new 97c5d522c6e [Ada] Follow-up tweaks to System.Dwarf_Line new 97a5ed2071f [Ada] Small optimization to DWARF 5 mode in System.Dwarf_Line new b12d18a8259 [Ada] Add assertions to Uintp new 911b00fba9a [Ada] Remove if_expression new b6bb60b2414 [Ada] Add assertions to Uintp (UI_Is_In_Int_Range) new 1d8617eb8c0 [Ada] Cleanup old VxWorks in Makefile.rtl new dbea36c6bde [Ada] Crash on build of Initialization procedure for derive [...] new 13b594411d2 [Ada] Minor tweaks to System.Dwarf_Line new 900f9d999cc [Ada] Set related expression for external DISCR symbols in [...] new 618fff60439 [Ada] Fix regression in ACATS bdd2006 and bdd2007 new 0df911d9056 [Ada] bindgen: support additional features on targets suppr [...] new bd413702ce3 [Ada] Add "optional" node subtypes that allow Empty new 57fb9d3820c [Ada] SCOs: generate 'P' decisions for [Type_]Invariant pragmas new f6ccb788f29 [Ada] Regenerate gnat_ugn.texi new 7d9735bbb88 [Ada] Spurious dynamic accessibility check on allocator new e839168738c [Ada] Rename "optional" node subtypes that allow Empty new 303b5d87472 [Ada] Add some comments in init.c about the lynx178 signal handler
The 30 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/Makefile.rtl | 136 +---------- gcc/ada/atree.adb | 4 +- gcc/ada/bindgen.adb | 31 +++ gcc/ada/checks.adb | 1 + gcc/ada/cstand.adb | 8 +- gcc/ada/einfo-utils.adb | 106 +++++--- gcc/ada/errout.adb | 23 +- gcc/ada/exp_attr.adb | 2 +- gcc/ada/exp_ch3.adb | 13 +- gcc/ada/exp_ch4.adb | 3 +- gcc/ada/exp_ch5.adb | 4 +- gcc/ada/exp_ch6.adb | 6 + gcc/ada/exp_ch7.adb | 5 +- gcc/ada/exp_pakd.adb | 31 ++- gcc/ada/exp_util.adb | 29 ++- gcc/ada/fe.h | 15 ++ gcc/ada/freeze.adb | 35 ++- gcc/ada/gcc-interface/decl.c | 39 +-- gcc/ada/gcc-interface/trans.c | 4 +- gcc/ada/gen_il-gen.adb | 42 +++- gcc/ada/gnat_ugn.texi | 17 +- gcc/ada/init.c | 22 ++ gcc/ada/itypes.adb | 3 +- gcc/ada/layout.adb | 10 +- gcc/ada/libgnarl/s-vxwext__noints.adb | 126 ---------- gcc/ada/libgnarl/s-vxwext__vthreads.ads | 109 --------- gcc/ada/libgnat/a-cbdlli.adb | 107 +++------ gcc/ada/libgnat/a-cdlili.adb | 205 +++------------- gcc/ada/libgnat/a-cfdlli.adb | 112 ++++----- gcc/ada/libgnat/a-cfdlli.ads | 3 +- gcc/ada/libgnat/a-cidlli.adb | 105 +++----- gcc/ada/libgnat/a-costso.adb | 191 +++++++++++++++ gcc/ada/libgnat/{g-shshco.ads => a-costso.ads} | 61 ++--- gcc/ada/libgnat/a-crdlli.adb | 108 ++++----- gcc/ada/libgnat/a-elchha__vxworks-ppc-full.adb | 150 ------------ gcc/ada/libgnat/a-stbufi.adb | 2 +- gcc/ada/libgnat/a-stbufi.ads | 12 +- gcc/ada/libgnat/s-dwalin.adb | 48 ++-- gcc/ada/libgnat/s-osprim__vxworks.adb | 162 ------------- gcc/ada/libgnat/s-osvers__vxworks-653.ads | 38 --- gcc/ada/libgnat/system-vxworks-e500-vthread.ads | 162 ------------- gcc/ada/libgnat/system-vxworks-ppc-vthread.ads | 162 ------------- gcc/ada/libgnat/system-vxworks-x86-vthread.ads | 163 ------------- gcc/ada/par_sco.adb | 10 +- gcc/ada/repinfo.adb | 17 +- gcc/ada/sem_attr.adb | 14 +- gcc/ada/sem_ch12.adb | 4 +- gcc/ada/sem_ch13.adb | 86 +++++-- gcc/ada/sem_ch13.ads | 6 +- gcc/ada/sem_ch3.adb | 57 +++-- gcc/ada/sem_ch4.adb | 1 + gcc/ada/sem_ch7.adb | 2 +- gcc/ada/sem_eval.adb | 22 +- gcc/ada/sem_util.adb | 29 +-- gcc/ada/sem_util.ads | 22 +- gcc/ada/types.ads | 2 + gcc/ada/uintp.adb | 306 +++++++++++++----------- gcc/ada/uintp.ads | 286 ++++++++++++---------- 58 files changed, 1281 insertions(+), 2198 deletions(-) delete mode 100644 gcc/ada/libgnarl/s-vxwext__noints.adb delete mode 100644 gcc/ada/libgnarl/s-vxwext__vthreads.ads create mode 100644 gcc/ada/libgnat/a-costso.adb copy gcc/ada/libgnat/{g-shshco.ads => a-costso.ads} (58%) delete mode 100644 gcc/ada/libgnat/a-elchha__vxworks-ppc-full.adb delete mode 100644 gcc/ada/libgnat/s-osprim__vxworks.adb delete mode 100644 gcc/ada/libgnat/s-osvers__vxworks-653.ads delete mode 100644 gcc/ada/libgnat/system-vxworks-e500-vthread.ads delete mode 100644 gcc/ada/libgnat/system-vxworks-ppc-vthread.ads delete mode 100644 gcc/ada/libgnat/system-vxworks-x86-vthread.ads