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_build/release-aarch64 in repository toolchain/ci/gcc.
from 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] adds d2b9fdedcd0 libstdc++: Add noexcept to std::launch operators adds 702ac6e761b libstdc++: Fix typo in doxygen @headerfile command adds bcb39ac6438 libstdc++: Skip tests that fail for the versioned namespace adds 871aa113666 libstdc++: Reduce <random> test iterations for simulators adds 5647e401bb8 libstdc++: Implement LWG 3683 for pmr::polymorphic_allocator adds 7be1dd924db libstdc++: Add constexpr to std::counted_iterator post-incr [...] adds 50712db568c libstdc++: Fix printing of std::atomic<shared_ptr<T>> for v [...] adds 2a9c87a2040 libstdc++: Fix printing of std::span for versioned namespace adds 01ee07a0ddc libstdc++: Fix atomic and error_code printers for versioned [...] new c2476f7b22e 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 | 15 ++++ gcc/DATESTAMP | 2 +- gcc/config/riscv/arch-canonicalize | 8 +- gcc/cp/ChangeLog | 8 ++ gcc/cp/parser.cc | 5 +- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/warn/Wmismatched-tags-10.C | 10 +++ libstdc++-v3/ChangeLog | 86 ++++++++++++++++++++++ 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 + 24 files changed, 295 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