This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross in repository toolchain/ci/gcc.
from de8473c0a11 Daily bump. adds b52e1d73809 Daily bump. adds b81834eaf85 libstdc++: Fix up lambda in join_view::_Iterator::operator+ [...] adds 1f354d6e51c Daily bump. adds 9225a497de1 early-remat.c: Fix new/delete mismatch [PR100230] adds 14786c8bcec vmsdbgout: Remove useless register keywords adds 5a79a9043c2 cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat [...] adds 42ba897862f aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100302] adds a0f9800f389 nvptx: Fix up nvptx build against latest libstdc++ [PR100375] adds 1cb39945993 libstdc++: Implement P2259R1 changes [PR95983] adds 4134c3e3af8 libstdc++: Implement proposed resolution for LWG 3532
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cfgcleanup.c | 4 +- gcc/config/aarch64/aarch64.c | 2 +- gcc/config/nvptx/nvptx.c | 10 +- gcc/early-remat.c | 2 +- gcc/testsuite/g++.dg/opt/pr100254.C | 101 +++++++ gcc/vmsdbgout.c | 20 +- libstdc++-v3/ChangeLog | 11 + libstdc++-v3/include/bits/stl_iterator.h | 128 +++++++-- libstdc++-v3/include/std/ranges | 303 +++++++++++++++------ .../headers/iterator/synopsis_c++20.cc | 1 + libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 11 + libstdc++-v3/testsuite/std/ranges/p2259.cc | 91 +++++++ 13 files changed, 557 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr100254.C create mode 100644 libstdc++-v3/testsuite/std/ranges/p2259.cc