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 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
No new revisions were added by this update.
Summary of changes: gcc/cfghooks.c | 76 +++++++--- gcc/cfghooks.h | 21 +-- gcc/cfgrtl.c | 22 ++- gcc/passes.c | 243 ++++++++++++++++++++---------- gcc/profile.c | 78 +++++++++- gcc/tree-cfg.c | 31 +++- 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 + 16 files changed, 355 insertions(+), 131 deletions(-)