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/release-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from 79ae75cc252 i386: Adjust -fzero-call-used-regs to always use XOR [PR101891] adds ed843f13146 Daily bump. adds 0320f3b120b Daily bump. adds 02e8dea4944 RISC-V: Fix wrong expansion for arch-canonicalize adds f1e47f34aba RISC-V: Don't unconditionally add m,a,f,d in arch-canonicalize adds 57fdcaf17d4 Daily bump. adds 2c11a9a380e c++: Fix ICE with -Wmismatched-tags [PR105725] new d2b9fdedcd0 libstdc++: Add noexcept to std::launch operators new 702ac6e761b libstdc++: Fix typo in doxygen @headerfile command new bcb39ac6438 libstdc++: Skip tests that fail for the versioned namespace new 871aa113666 libstdc++: Reduce <random> test iterations for simulators new 5647e401bb8 libstdc++: Implement LWG 3683 for pmr::polymorphic_allocator new 7be1dd924db libstdc++: Add constexpr to std::counted_iterator post-incr [...] new 50712db568c libstdc++: Fix printing of std::atomic<shared_ptr<T>> for v [...] new 2a9c87a2040 libstdc++: Fix printing of std::span for versioned namespace new 01ee07a0ddc libstdc++: Fix atomic and error_code printers for versioned [...]
The 9 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 | 44 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/riscv/arch-canonicalize | 8 ++-- gcc/cp/parser.cc | 5 ++- gcc/testsuite/ChangeLog | 37 ++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wmismatched-tags-10.C | 10 +++++ libstdc++-v3/include/bits/mofunc_impl.h | 2 +- libstdc++-v3/include/bits/stl_iterator.h | 3 +- libstdc++-v3/include/std/future | 14 +++---- libstdc++-v3/include/std/memory_resource | 16 ++++++++ libstdc++-v3/python/libstdcxx/v6/printers.py | 22 ++++++++--- .../testsuite/20_util/expected/synopsis.cc | 1 + .../20_util/polymorphic_allocator/lwg3683.cc | 13 +++++++ .../24_iterators/counted_iterator/lwg3643.cc | 27 +++++++++++++ .../bernoulli_distribution/operators/values.cc | 14 +++++-- .../binomial_distribution/operators/values.cc | 12 +++++- .../discrete_distribution/operators/values.cc | 8 ++++ .../geometric_distribution/operators/values.cc | 14 +++++-- .../operators/values.cc | 20 +++++++--- .../poisson_distribution/operators/values.cc | 15 ++++++-- .../uniform_int_distribution/operators/values.cc | 14 +++++-- .../testsuite/27_io/headers/iosfwd/synopsis.cc | 1 + 22 files changed, 259 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-tags-10.C create mode 100644 libstdc++-v3/testsuite/20_util/polymorphic_allocator/lwg3683.cc create mode 100644 libstdc++-v3/testsuite/24_iterators/counted_iterator/lwg3643.cc