This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b2f8d9e2bf * tree.c (build_array_type_1): Add SET_CANONICAL parameter [...] new 55e064d231a libstdc++: Implement ranges::safe_range for C++20 (P1870R1)
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: libstdc++-v3/ChangeLog | 37 +++++ libstdc++-v3/include/bits/range_access.h | 183 +++++++++++---------- libstdc++-v3/include/experimental/string_view | 12 ++ libstdc++-v3/include/std/ranges | 45 +++-- libstdc++-v3/include/std/span | 18 +- libstdc++-v3/include/std/string_view | 10 ++ libstdc++-v3/testsuite/std/ranges/access/begin.cc | 57 ++++--- libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 29 +++- libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 13 +- libstdc++-v3/testsuite/std/ranges/access/cend.cc | 28 +++- .../testsuite/std/ranges/access/crbegin.cc | 30 +++- libstdc++-v3/testsuite/std/ranges/access/crend.cc | 15 +- libstdc++-v3/testsuite/std/ranges/access/data.cc | 9 +- libstdc++-v3/testsuite/std/ranges/access/end.cc | 45 +++-- libstdc++-v3/testsuite/std/ranges/access/rbegin.cc | 13 +- libstdc++-v3/testsuite/std/ranges/access/rend.cc | 12 +- libstdc++-v3/testsuite/std/ranges/empty_view.cc | 4 +- .../{headers/ranges/synopsis.cc => safe_range.cc} | 35 ++-- .../testsuite/std/ranges/safe_range_types.cc | 59 +++++++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 5 + 20 files changed, 460 insertions(+), 199 deletions(-) copy libstdc++-v3/testsuite/std/ranges/{headers/ranges/synopsis.cc => safe_range.c [...] create mode 100644 libstdc++-v3/testsuite/std/ranges/safe_range_types.cc