This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from 7a66c4909fd d: fix thinko in optimize attr parsing adds 7393fa8b1d2 libstdc++: Implement std::byteswap for C++23 adds d1471457fcd Improve -fprofile-report adds 2899d49e370 Compare guessed and feedback frequencies during profile fee [...] adds 32377c10193 Fix PR 62157: disclean in libsanitizer not working adds 2f0dd172bc6 Daily bump. adds 68332ab7ec5 Fix PR 19089: Environment variable TMP may yield gcc: abort adds 300dbea1269 rs6000/test: Add emulated gather test case adds 3e15df63ca4 libgcc: remove crt{begin,end}.o from powerpc-wrs-vxworks target adds 5e5f880d045 Restore can_be_invalidated_p semantics to before refactoring new 85e91ad55a6 tree-optimization/103458 - avoid creating new loops in CD-DCE
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 | 27 +++ gcc/DATESTAMP | 2 +- gcc/cfghooks.c | 76 +++++-- gcc/cfghooks.h | 21 +- gcc/cfgrtl.c | 22 +- gcc/d/ChangeLog | 4 + gcc/gimple-predicate-analysis.cc | 8 +- gcc/passes.c | 243 ++++++++++++++------- gcc/profile.c | 78 ++++++- gcc/testsuite/gcc.dg/torture/pr103458.c | 21 ++ gcc/testsuite/gcc.target/powerpc/vect-gather-1.c | 20 ++ gcc/tree-cfg.c | 31 ++- gcc/tree-ssa-dce.c | 8 +- libgcc/config.host | 1 - libiberty/make-temp-file.c | 16 +- libsanitizer/ChangeLog | 14 ++ libsanitizer/Makefile.am | 3 + libsanitizer/Makefile.in | 4 +- libsanitizer/asan/Makefile.in | 1 + libsanitizer/hwasan/Makefile.in | 1 + libsanitizer/interception/Makefile.in | 1 + libsanitizer/libbacktrace/Makefile.in | 1 + libsanitizer/lsan/Makefile.in | 1 + libsanitizer/sanitizer_common/Makefile.in | 1 + libsanitizer/tsan/Makefile.in | 1 + libsanitizer/ubsan/Makefile.in | 1 + libstdc++-v3/ChangeLog | 7 + libstdc++-v3/include/std/bit | 49 +++++ libstdc++-v3/include/std/version | 1 + .../26_numerics/bit/bit.byteswap/byteswap.cc | 112 ++++++++++ .../26_numerics/bit/bit.byteswap/version.cc | 27 +++ 31 files changed, 664 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr103458.c create mode 100644 gcc/testsuite/gcc.target/powerpc/vect-gather-1.c create mode 100644 libstdc++-v3/testsuite/26_numerics/bit/bit.byteswap/byteswap.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/bit/bit.byteswap/version.cc