This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from d626fe77cdc Fix spurious valgrind errors in irred loop verification adds a7dce7626a6 powerpc: Fix vsx_splat_v4si_di breakage on Power8. adds 239d82d4c05 ipa: Unshare expresseions before putting them into debug st [...] adds 666d780426f Move uncprop after modref adds 33a7a63275c Improve handling of some builtins. adds 0cd653bd255 Don't calculate new values when using the private context c [...] adds d44d791012e Remove workaround allowing interposition of nested functions. adds 6c5fffd127e Fix couple of issues in large PIC model on x86-64/VxWorks adds 206c08ce28a rs6000: Add escape-newline support for builtins files adds 1bd89833d73 Daily bump. adds 2abd924f91e Minor optimization of variable bit testing adds 69b6cce92e2 Fix clang -Wcast-qual warning. adds cc6b8cd9a21 libstdc++: only define _GLIBCXX_HAVE_TLS for VxWorks >= 6.6 adds 6b8b959675a Convert strlen pass from evrp to ranger. adds 74e514af79c [Ada] Build activation chain for BIP only when needed adds 9c8bb4d6824 [Ada] Guard against illegal items in Global but not Depends adds ca803c3d7ba [Ada] Fix support for prefixed call with incomplete type de [...] adds 51ad879c72e [Ada] Fix detection of array aggregates with single others [...] adds ea8726cac5a [Ada] Complete support for prefixed call on subtypes/derived types adds c9148106881 [Ada] Add missing regular expression syntax error check adds 1275c4031a7 [Ada] Tune comment about expansion of array equality adds 64cb8ebef32 [Ada] Errors on globals in expressions of predicate aspects [...] adds 99c8e906b1e [Ada] Document the SuSE kernel bug adds adc9410f95e [Ada] sem_util.adb: fix typos in Accessibility_Level docs adds f4665dc4fb5 [Ada] Reference in Unbounded_String is almost never null adds 02ca2184cda [Ada] Simplify expansion of array equality adds 0803fd245a3 [Ada] Return a valid value when handling Constraint_Error adds e93e554454d [Ada] Simplify building of entity occurrences adds b5f17bffea2 [Ada] Refine type in expansion of array equality adds b064f139e3e [Ada] Cleanup building of renamed equality adds 7751c73202f [Ada] Cleanup copying of parameter lists adds cbe421bd45d [Ada] Add gcc specs with vxworks7 base addresses for cert adds 51e99ead919 [Ada] Accessibility fix adds c8a0089baf7 [Ada] Use atomics in runtime on ARM and Aarch64 VxWorks adds 80d52cbe59b [Ada] Initialize Current_Source_Unit adds d235950e839 [Ada] Improve integration of strub with type systems adds 686b427ff40 [Ada] Crash on expansion of tagged membership test adds 9f24d32cf6a [Ada] Hang on compilation of unit with type extension in body adds f6174ec5bd9 [Ada] RTEMS: use atomic primitive packages on aarch64 adds 09afdaeeeba [Ada] Do not indicate a pending abort if the task is alread [...] adds 5861b128b99 [Ada] Print Storage_Pool and Procedure_To_Call fields adds a2e4ebe02b1 [Ada] Invalid GPR_PROJECT_PATH_FILE confuses gnatls adds 7df3ac2e9ed [Ada] Tidy up implementation of Has_Compatible_Type adds 77eb8c649d6 [Ada] Fix Codepeer warning adds df8690f2837 ipa: Fix segfault when remapping debug_binds with expressio [...] adds 32ba7860cca arm: add armv9-a architecture to -march adds c71cb26a9e8 Get rid of infinite recursion for 'typedef' used with GTY-m [...] adds 47c2cf3ac68 Remove TDF_THREADING flag in favor of param. adds 2fc9b4d7b0c Cleanup path solver dumps. adds 088199e5d0f Generalize 'gcc/input.h:struct location_hash' adds 0dc0947d4b6 Define m_rtx_reuse_manager only if not GENERATOR_FILE. adds a19f09cb03d c++: unexpanded pack in var tmpl partial spec [PR100652] adds a22d910305a c++: bogus error w/ tentative type parse of concept-id [PR98394] adds 0318df0ae63 c++: Fix ICE on complex constant with -frounding-math [PR103114] adds 8d2d0a6c439 libstdc++: Make spurious std::random_device FAIL less likely adds 3439657b028 libstdc++: Support getentropy and arc4random in std::random_device new d9ebf0ce084 libstdc++: Do not use 64-bit DARN on 32-bit powerpc [PR103146] new 95e8fcd3d50 libstdc++: Make test print which random_device tokens work new af33850a4d1 Document --param=threader-debug.
The 3 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: contrib/ChangeLog | 4 + gcc/ChangeLog | 310 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/Makefile.rtl | 11 +- gcc/ada/checks.adb | 2 + .../doc/gnat_rm/security_hardening_features.rst | 60 +++- .../doc/gnat_ugn/platform_specific_information.rst | 17 ++ gcc/ada/exp_attr.adb | 2 + gcc/ada/exp_ch4.adb | 73 ++--- gcc/ada/exp_ch6.adb | 7 +- gcc/ada/exp_ch8.adb | 39 +-- gcc/ada/exp_disp.adb | 2 + gcc/ada/exp_util.adb | 8 + gcc/ada/freeze.adb | 75 ++++- gcc/ada/gcc-interface/Make-lang.in | 1 + gcc/ada/gnat_rm.texi | 157 ++++++++--- gcc/ada/gnat_ugn.texi | 226 ++++++++------- gcc/ada/gnatls.adb | 82 +++--- gcc/ada/libgnarl/s-tasini.adb | 1 + gcc/ada/libgnarl/s-tasini.ads | 2 +- gcc/ada/libgnat/a-except.ads | 7 +- gcc/ada/libgnat/a-strunb.adb | 10 +- gcc/ada/libgnat/a-strunb__shared.ads | 2 + gcc/ada/libgnat/s-arit128.ads | 7 - gcc/ada/libgnat/s-arit64.ads | 7 - gcc/ada/libgnat/s-atocou.ads | 2 + gcc/ada/libgnat/s-regexp.adb | 5 +- gcc/ada/libgnat/s-secsta.ads | 5 - gcc/ada/scng.adb | 55 +--- gcc/ada/sem_attr.adb | 22 ++ gcc/ada/sem_ch13.adb | 29 ++ gcc/ada/sem_ch3.adb | 29 +- gcc/ada/sem_ch4.adb | 60 ++-- gcc/ada/sem_prag.adb | 37 ++- gcc/ada/sem_res.adb | 43 ++- gcc/ada/sem_type.adb | 27 +- gcc/ada/sem_util.adb | 22 +- gcc/ada/sinput.ads | 8 +- gcc/ada/sprint.adb | 54 +++- gcc/ada/strub.adb | 301 ++++++++++++++++++++ gcc/ada/strub.ads | 115 ++++++++ gcc/ada/tbuild.adb | 5 +- gcc/ada/vxworks7-cert-rtp-base-link.spec | 2 + gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec | 2 + gcc/ada/vxworks7-cert-rtp-base-link__x86.spec | 2 + gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec | 2 + gcc/ada/vxworks7-cert-rtp-link.spec | 2 +- gcc/builtins.c | 14 + gcc/config/arm/arm-cpus.in | 19 ++ gcc/config/arm/arm-tables.opt | 7 +- gcc/config/arm/arm.h | 3 +- gcc/config/arm/t-aprofile | 25 +- gcc/config/arm/t-arm-elf | 9 + gcc/config/arm/t-multilib | 12 + gcc/config/i386/i386.c | 16 +- gcc/config/i386/predicates.md | 6 +- gcc/config/rs6000/rs6000-builtin-new.def | 288 ++++++++++++------- gcc/config/rs6000/rs6000-gen-builtins.c | 286 +++++++++++-------- gcc/config/rs6000/vsx.md | 2 +- gcc/cp/parser.c | 16 +- gcc/cp/pt.c | 17 +- gcc/cp/ptree.c | 2 +- gcc/diagnostic-spec.h | 6 +- gcc/doc/gty.texi | 8 + gcc/doc/invoke.texi | 4 + gcc/dumpfile.c | 1 - gcc/dumpfile.h | 23 +- gcc/flag-types.h | 7 + gcc/fortran/misc.c | 2 +- gcc/genconditions.c | 2 +- gcc/gimple-range-path.cc | 13 +- gcc/gimple-range.cc | 4 +- gcc/gimple-ssa-warn-access.cc | 2 +- gcc/gimple.c | 6 +- gcc/input.h | 24 +- gcc/ipa-param-manipulation.c | 31 ++- gcc/ipa-pure-const.c | 2 + gcc/match.pd | 11 + gcc/params.opt | 13 + gcc/passes.def | 8 +- gcc/print-rtl.c | 8 +- gcc/print-rtl.h | 2 + gcc/testsuite/ChangeLog | 37 +++ gcc/testsuite/g++.dg/cpp1y/var-templ69.C | 5 + gcc/testsuite/g++.dg/cpp2a/concepts-pr85846.C | 12 + gcc/testsuite/g++.dg/cpp2a/concepts-pr98394.C | 14 + gcc/testsuite/g++.dg/ext/complex10.C | 5 + gcc/testsuite/g++.dg/ipa/pr103099.C | 25 ++ gcc/testsuite/g++.dg/pr103122.C | 15 + gcc/testsuite/gcc.dg/ipa/pr103107.c | 17 ++ gcc/testsuite/gcc.dg/ipa/pr103132.c | 19 ++ gcc/testsuite/gcc.dg/tree-ssa/bittest.c | 27 ++ .../gcc.dg/tree-ssa/builtin-sprintf-warn-22.c | 13 +- gcc/testsuite/gcc.target/arm/multilib.exp | 8 + gcc/testsuite/lib/target-supports.exp | 3 +- gcc/tree-inline.c | 5 +- gcc/tree-ssa-strlen.c | 135 ++++----- gcc/value-relation.cc | 6 +- libstdc++-v3/acinclude.m4 | 46 +++ libstdc++-v3/config.h.in | 6 + libstdc++-v3/config/os/vxworks/os_defines.h | 4 +- libstdc++-v3/configure | 103 +++++++ libstdc++-v3/configure.ac | 4 + libstdc++-v3/src/c++11/random.cc | 71 ++++- .../26_numerics/random/random_device/cons/token.cc | 10 +- .../26_numerics/random/random_device/entropy.cc | 7 + 106 files changed, 2655 insertions(+), 784 deletions(-) create mode 100644 gcc/ada/strub.adb create mode 100644 gcc/ada/strub.ads create mode 100644 gcc/ada/vxworks7-cert-rtp-base-link.spec create mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__ppc64.spec create mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__x86.spec create mode 100644 gcc/ada/vxworks7-cert-rtp-base-link__x86_64.spec create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ69.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr85846.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr98394.C create mode 100644 gcc/testsuite/g++.dg/ext/complex10.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr103099.C create mode 100644 gcc/testsuite/g++.dg/pr103122.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103107.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103132.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bittest.c