This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 10d59b802a7 lra: Avoid unfolded plus-0 new 833733702a7 libstdc++: Avoid -Wunused-parameter warning in testsuite helper new 9f41791eff8 libstdc++: Relax range adaptors for move-only types (P2494R2) new faea9d92db9 libstdc++: Rename C++20 Customization Point Objects new 6854e3ac712 libstdc++: Simplify C++20 poison pill overloads (P2602R2) new f12e26f3496 libstdc++: Fix <ranges> tests that fail in C++23 new b1ca841b897 libstdc++: Fix missing/misplaced { dg-options "-std=gnu++20 [...]
The 6 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/iterator_concepts.h | 53 +++++----- libstdc++-v3/include/bits/ranges_base.h | 114 ++++++++++----------- libstdc++-v3/include/bits/version.def | 2 +- libstdc++-v3/include/bits/version.h | 4 +- libstdc++-v3/include/std/concepts | 13 +-- libstdc++-v3/include/std/ranges | 72 +++++++++---- libstdc++-v3/libsupc++/compare | 37 ++++--- .../23_containers/unordered_map/operations/1.cc | 1 + .../unordered_multimap/operations/1.cc | 1 + .../unordered_multiset/operations/1.cc | 1 + .../23_containers/unordered_set/operations/1.cc | 1 + libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 13 +++ libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 38 ++++++- libstdc++-v3/testsuite/std/ranges/access/cend.cc | 29 +++++- .../testsuite/std/ranges/access/crbegin.cc | 40 +++++++- libstdc++-v3/testsuite/std/ranges/access/crend.cc | 33 +++++- libstdc++-v3/testsuite/std/ranges/access/p2602.cc | 31 ++++++ .../std/ranges/adaptors/adjacent_transform/1.cc | 14 +++ libstdc++-v3/testsuite/std/ranges/adaptors/take.cc | 2 + .../testsuite/std/ranges/adaptors/take_while.cc | 2 + .../testsuite/std/ranges/adaptors/transform.cc | 23 +++++ libstdc++-v3/testsuite/std/ranges/repeat/1.cc | 12 +++ libstdc++-v3/testsuite/std/ranges/single_view.cc | 17 +++ libstdc++-v3/testsuite/std/ranges/version_c++23.cc | 2 +- .../testsuite/std/ranges/zip_transform/1.cc | 14 +++ libstdc++-v3/testsuite/std/time/parse.cc | 2 +- libstdc++-v3/testsuite/util/testsuite_iterators.h | 2 +- 27 files changed, 434 insertions(+), 139 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/access/p2602.cc