This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from e87789f197e Evaluate 'random ()' to '0' in 'pass_omp_oacc_neuter_broadcast' adds 4d027eea556 [Ada] Remove "with GNAT.OS_Lib;" from libgnat/a-stbufi.ads adds c36332031cf [Ada] Refine patch for spurious link error involving discri [...] adds ea3789f6a2b [Ada] Exception raised on empty file in GNATprove mode adds 255279b91ec [Ada] Simplify iteration when printing error message spans adds 2528d0c7ce0 [Ada] Update comment for Error_Msg_Internal adds 3598c8db404 [Ada] Refactor sort procedures of doubly linked list containers adds e9068967876 [Ada] Enforce legality rule for Predicate_Failure aspect sp [...] adds b23cdc01588 [Ada] Clean up uses of Esize and RM_Size adds 16e307b9a48 [Ada] Interface behaves differently from abstract tagged null adds 704d03a4e35 [Ada] Presence of abstract operator function causes resolut [...] adds 566b4790116 [Ada] rtems: add 128bit support for aarch64 adds 69a0ff3416a [Ada] Fix ignored dynamic predicates specified through "pre [...] adds cf7aa7d8e85 [Ada] exp_pakd.adb: work around spurious Codepeer warnings adds 97c5d522c6e [Ada] Follow-up tweaks to System.Dwarf_Line adds 97a5ed2071f [Ada] Small optimization to DWARF 5 mode in System.Dwarf_Line adds b12d18a8259 [Ada] Add assertions to Uintp adds 911b00fba9a [Ada] Remove if_expression adds b6bb60b2414 [Ada] Add assertions to Uintp (UI_Is_In_Int_Range) adds 1d8617eb8c0 [Ada] Cleanup old VxWorks in Makefile.rtl adds dbea36c6bde [Ada] Crash on build of Initialization procedure for derive [...] adds 13b594411d2 [Ada] Minor tweaks to System.Dwarf_Line adds 900f9d999cc [Ada] Set related expression for external DISCR symbols in [...] adds 618fff60439 [Ada] Fix regression in ACATS bdd2006 and bdd2007 adds 0df911d9056 [Ada] bindgen: support additional features on targets suppr [...] adds bd413702ce3 [Ada] Add "optional" node subtypes that allow Empty adds 57fb9d3820c [Ada] SCOs: generate 'P' decisions for [Type_]Invariant pragmas adds f6ccb788f29 [Ada] Regenerate gnat_ugn.texi adds 7d9735bbb88 [Ada] Spurious dynamic accessibility check on allocator adds e839168738c [Ada] Rename "optional" node subtypes that allow Empty adds 303b5d87472 [Ada] Add some comments in init.c about the lynx178 signal handler adds 08f392534a2 Allocate non_null_ref tables at creation. adds 64b80b8819f Do not query SCEV in range_of_phi unless dominators are available. adds 198bc5ece96 Move postfold_gcond_edges into fur_source. adds f46d33637c7 path solver: Add relation support. adds 062c8727df2 path solver: Remove useless code. adds e4249b10038 path solver: Add related SSAs to solvable set. adds 97cfb54c3ff path solver: Use ranger to solve unknowns.
No new revisions were added by this update.
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/{a-stbufi.ads => a-costso.ads} | 70 +++-- 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 ++++++++++-------- gcc/gimple-range-cache.cc | 4 +- gcc/gimple-range-fold.cc | 48 +-- gcc/gimple-range-fold.h | 4 +- gcc/gimple-range-path.cc | 375 ++++++++++++++++++++++-- gcc/gimple-range-path.h | 20 +- gcc/tree-ssa-threadbackward.c | 2 +- 64 files changed, 1677 insertions(+), 2264 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/{a-stbufi.ads => a-costso.ads} (55%) 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