This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 19d0e7645eb Daily bump. new 92d612cccc1 libstdc++: Implement P2325 changes to default-constructibil [...] new fdc75c820f0 libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h new 18b7cbb2ac0 libstdc++: invalid default init in _CachedPosition [PR101231]
The 3 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 | 3 +- libstdc++-v3/include/bits/ranges_base.h | 3 +- libstdc++-v3/include/bits/ranges_cmp.h | 2 +- libstdc++-v3/include/bits/ranges_util.h | 2 +- libstdc++-v3/include/bits/stl_iterator.h | 3 +- libstdc++-v3/include/std/ranges | 136 +++++++++++----- libstdc++-v3/include/std/span | 3 +- libstdc++-v3/include/std/version | 2 +- .../detail/{semiregular_box.cc => copyable_box.cc} | 51 +++++- libstdc++-v3/testsuite/std/ranges/istream_view.cc | 12 ++ libstdc++-v3/testsuite/std/ranges/p2325.cc | 181 +++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/single_view.cc | 15 ++ libstdc++-v3/testsuite/std/ranges/view.cc | 2 +- 13 files changed, 363 insertions(+), 52 deletions(-) rename libstdc++-v3/testsuite/std/ranges/adaptors/detail/{semiregular_box.cc => co [...] create mode 100644 libstdc++-v3/testsuite/std/ranges/p2325.cc