This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from c1c86ab96c2 Fortran: Add missing TKR initialization [PR100094] adds 8ae884c09fb Daily bump. adds d9f462fb372 sanitizer: Fix asan against glibc 2.34 [PR100114] adds d700e666fd2 libstdc++: Update some baseline_symbols.txt adds b96c7a063b2 libstdc++: Update ppc32 baseline_symbols.txt adds d81bc495a42 d: Implement __traits(getTargetInfo, "objectFormat") adds bda51959654 d: Add TARGET_D_TEMPLATES_ALWAYS_COMDAT adds ed16241c6db testsuite: Enable zero-scratch-regs-{8,9,10,11}.c on s390* adds da946b41be5 Daily bump. adds b412ce8e961 combine: Don't create REG_UNUSED notes if the reg already d [...] new d64720a07f6 Daily bump.
The 1 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/ChangeLog | 115 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/combine.c | 5 + gcc/config/darwin-d.c | 26 +++++ gcc/config/dragonfly-d.c | 26 +++++ gcc/config/freebsd-d.c | 26 +++++ gcc/config/glibc-d.c | 26 +++++ gcc/config/i386/i386-d.c | 19 ++++ gcc/config/i386/winnt-d.c | 30 ++++++ gcc/config/netbsd-d.c | 28 +++++ gcc/config/openbsd-d.c | 28 +++++ gcc/config/pa/pa-d.c | 17 +++ gcc/config/rs6000/rs6000-d.c | 21 ++++ gcc/config/sol2-d.c | 26 +++++ gcc/cp/ChangeLog | 45 ++++++++ gcc/d/ChangeLog | 18 ++++ gcc/d/d-target.cc | 35 +++++- gcc/d/d-target.def | 8 ++ gcc/d/d-tree.h | 1 - gcc/d/decl.cc | 17 ++- gcc/doc/tm.texi | 6 ++ gcc/doc/tm.texi.in | 2 + gcc/fortran/ChangeLog | 18 ++++ gcc/testsuite/ChangeLog | 120 +++++++++++++++++++++ gcc/testsuite/c-c++-common/zero-scratch-regs-10.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-11.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-8.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-9.c | 2 +- .../gcc.target/s390/zero-scratch-regs-1.c | 65 +++++++++++ intl/ChangeLog | 7 ++ libsanitizer/ChangeLog | 7 ++ .../sanitizer_common/sanitizer_posix_libcdep.cpp | 13 ++- libstdc++-v3/ChangeLog | 14 +++ .../abi/post/i386-linux-gnu/baseline_symbols.txt | 102 ++++++++++++++++++ .../abi/post/i486-linux-gnu/baseline_symbols.txt | 102 ++++++++++++++++++ .../post/powerpc-linux-gnu/baseline_symbols.txt | 107 ++++++++++++++++++ .../powerpc64-linux-gnu/32/baseline_symbols.txt | 107 ++++++++++++++++++ .../post/powerpc64-linux-gnu/baseline_symbols.txt | 107 ++++++++++++++++++ .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 107 ++++++++++++++++++ .../post/x86_64-linux-gnu/32/baseline_symbols.txt | 102 ++++++++++++++++++ .../abi/post/x86_64-linux-gnu/baseline_symbols.txt | 102 ++++++++++++++++++ 41 files changed, 1598 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/zero-scratch-regs-1.c