This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from a0f9800f389 nvptx: Fix up nvptx build against latest libstdc++ [PR100375] new 1cb39945993 libstdc++: Implement P2259R1 changes [PR95983] new 4134c3e3af8 libstdc++: Implement proposed resolution for LWG 3532
The 2 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: libstdc++-v3/include/bits/stl_iterator.h | 128 +++++++-- libstdc++-v3/include/std/ranges | 301 +++++++++++++++------ .../headers/iterator/synopsis_c++20.cc | 1 + libstdc++-v3/testsuite/std/ranges/p2259.cc | 91 +++++++ 4 files changed, 413 insertions(+), 108 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/p2259.cc