This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 30b8ec68e2a libstdc++: Add xfail to pretty printer tests that fail in C++20 adds ea42c80585b ipa: Do not require RECORD_TYPE for ancestor jump functions adds bcf4065c909 Split vector loop analysis into main and epilogue analysis adds d8a62882b83 gcov-profile: Filter test only for some targets [PR102945] adds a505e1fae43 Move PREFERRED_DEBUGGING_TYPE define in pa64-hpux.h to pa.h adds b33b2678342 AArch64: Fix PR103085 adds b58c12f3cf9 contrib: testsuite-management: Update to be python3 compatible adds 858d7ee1a0c x86: Make stringop_algs::stringop_strategy ctor constexpr [ [...] adds db89d474ad8 Support TI mode and soft float on PA64 adds a79fe53d6ce Amend split vector loop analysis into main and epilogue analysis adds 98244c68e77 Abstract ranger cache update list. adds 1f6dd5de339 Remove def chain import assert from GORI. adds 2afc8f0b919 libsanitizer: merge from master (78d3e0a4f1406b17cdecc77540 [...] adds 5f0a3fb08cb libsanitizer: Apply local patches adds bdb9d472189 libsanitizer: update LOCAL_PATCHES. new 5997e6a6ecc libstdc++: Add support for POWER9 DARN instruction to std:: [...] new 2627e3b7fd8 libstdc++: Add [[unlikely]] attributes to std::random_devic [...]
The 2 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/testsuite-management/validate_failures.py | 44 ++- gcc/config/aarch64/aarch64.c | 4 +- gcc/config/aarch64/constraints.md | 3 +- gcc/config/i386/i386.h | 5 +- gcc/config/pa/pa-modes.def | 3 + gcc/config/pa/pa.c | 10 +- gcc/config/pa/pa.h | 19 +- gcc/config/pa/pa.md | 164 ++++++++- gcc/config/pa/pa64-hpux.h | 1 - gcc/gimple-range-cache.cc | 129 +++++-- gcc/gimple-range-cache.h | 4 +- gcc/gimple-range-gori.cc | 3 - gcc/ipa-prop.c | 2 - gcc/testsuite/gcc.dg/gcov-info-to-gcda.c | 3 +- gcc/testsuite/gcc.dg/pr103093.c | 20 ++ gcc/testsuite/gcc.target/aarch64/pr103085.c | 11 + gcc/tree-vect-loop.c | 393 ++++++++++----------- gcc/tree-vectorizer.c | 3 +- gcc/tree-vectorizer.h | 10 +- libgcc/config.host | 7 +- libgcc/config/pa/sfp-exceptions.c | 102 ++++++ libgcc/config/pa/sfp-machine.h | 155 ++++++++ libgcc/config/pa/t-dimode | 33 ++ libgcc/config/pa/t-softfp-sfdftf | 8 + libsanitizer/LOCAL_PATCHES | 2 +- libsanitizer/MERGE | 2 +- libsanitizer/asan/asan_errors.cpp | 3 +- libsanitizer/asan/asan_fake_stack.cpp | 7 +- libsanitizer/asan/asan_globals.cpp | 4 +- libsanitizer/hwasan/hwasan_report.cpp | 2 +- libsanitizer/hwasan/hwasan_thread.cpp | 7 +- .../sanitizer_common/sanitizer_stacktrace.h | 4 +- .../sanitizer_stacktrace_printer.cpp | 5 +- libstdc++-v3/src/c++11/random.cc | 60 +++- .../26_numerics/random/random_device/cons/token.cc | 5 +- .../26_numerics/random/random_device/entropy.cc | 2 +- 36 files changed, 911 insertions(+), 328 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr103093.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr103085.c create mode 100644 libgcc/config/pa/sfp-exceptions.c create mode 100644 libgcc/config/pa/sfp-machine.h create mode 100644 libgcc/config/pa/t-dimode create mode 100644 libgcc/config/pa/t-softfp-sfdftf