This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 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 new fea97413ee1 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 | 46 ++++ 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/ChangeLog | 8 + gcc/testsuite/g++.dg/opt/pr100254.C | 101 +++++++ gcc/vmsdbgout.c | 20 +- libstdc++-v3/ChangeLog | 117 ++++++++ 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 +++++++ 15 files changed, 717 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr100254.C create mode 100644 libstdc++-v3/testsuite/std/ranges/p2259.cc