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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 881d1689a42 libstdc++: Implement std::move_only_function for C++23 (P0288R9) adds 2e3d50c0951 libsanitizer: Merge with upstream adds bb8adf080ef libsanitizer: Apply local patches adds 929cb75e429 libsanitizer: Update LOCAL_PATCHES adds 6aab794614d c++: One more spaceship test. adds 57c7ec62ee0 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 53 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 14 +++++ gcc/cp/ChangeLog | 49 +++++++++++++++++ gcc/fortran/ChangeLog | 5 ++ gcc/testsuite/ChangeLog | 59 ++++++++++++++++++++ .../{spaceship-synth8.C => spaceship-synth8a.C} | 6 ++- libcpp/ChangeLog | 9 ++++ libsanitizer/ChangeLog | 4 ++ libsanitizer/LOCAL_PATCHES | 2 +- libsanitizer/MERGE | 2 +- libsanitizer/asan/asan_allocator.cpp | 15 ------ libsanitizer/asan/asan_allocator.h | 2 - libsanitizer/asan/asan_debugging.cpp | 5 +- libsanitizer/asan/asan_stats.cpp | 4 +- libsanitizer/hwasan/hwasan.cpp | 4 +- libsanitizer/hwasan/hwasan_setjmp_x86_64.S | 2 + libsanitizer/lsan/lsan_common.cpp | 56 +++++++++---------- libsanitizer/lsan/lsan_common.h | 3 ++ libsanitizer/sanitizer_common/sanitizer_asm.h | 4 ++ .../sanitizer_chained_origin_depot.cpp | 11 ++-- .../sanitizer_chained_origin_depot.h | 9 ++-- .../sanitizer_common_interceptors_vfork_i386.inc.S | 1 + ...anitizer_common_interceptors_vfork_x86_64.inc.S | 1 + .../sanitizer_common/sanitizer_common_libcdep.cpp | 20 +++---- libsanitizer/sanitizer_common/sanitizer_hash.h | 24 +++++++++ .../sanitizer_platform_interceptors.h | 4 +- .../sanitizer_platform_limits_freebsd.cpp | 21 ++++++++ .../sanitizer_platform_limits_freebsd.h | 16 ++++++ .../sanitizer_common/sanitizer_stackdepot.cpp | 49 +++++++++-------- .../sanitizer_common/sanitizer_stackdepot.h | 10 ++-- .../sanitizer_common/sanitizer_stackdepotbase.h | 9 ++-- libsanitizer/tsan/tsan_interceptors.h | 6 +-- libsanitizer/tsan/tsan_interceptors_posix.cpp | 13 ++--- libsanitizer/tsan/tsan_interface.cpp | 5 +- libsanitizer/tsan/tsan_platform_linux.cpp | 18 ++++--- libsanitizer/tsan/tsan_platform_mac.cpp | 62 +++++++++++----------- libsanitizer/tsan/tsan_rtl.cpp | 8 +-- libsanitizer/tsan/tsan_rtl.h | 9 ++-- libsanitizer/tsan/tsan_rtl_amd64.S | 6 +++ libstdc++-v3/ChangeLog | 13 +++++ 41 files changed, 439 insertions(+), 176 deletions(-) copy gcc/testsuite/g++.dg/cpp2a/{spaceship-synth8.C => spaceship-synth8a.C} (82%)