This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7d08043da93 Add IEEE 128-bit min/max support on PowerPC. new 4b4f5666b4c libstdc++: Implement P2325 changes to default-constructibil [...]
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/include/bits/iterator_concepts.h | 3 +- libstdc++-v3/include/bits/ranges_base.h | 3 +- libstdc++-v3/include/bits/ranges_util.h | 2 +- libstdc++-v3/include/bits/stl_iterator.h | 16 +-- libstdc++-v3/include/bits/stream_iterator.h | 5 - libstdc++-v3/include/std/ranges | 160 ++++++++++++++------- libstdc++-v3/include/std/span | 3 +- libstdc++-v3/include/std/version | 2 +- .../24_iterators/back_insert_iterator/constexpr.cc | 3 +- .../front_insert_iterator/constexpr.cc | 3 +- .../24_iterators/insert_iterator/constexpr.cc | 3 +- .../ostream_iterator/requirements/constexpr.cc | 24 ---- libstdc++-v3/testsuite/std/ranges/97600.cc | 3 +- .../detail/{semiregular_box.cc => copyable_box.cc} | 51 ++++++- libstdc++-v3/testsuite/std/ranges/p2325.cc | 155 ++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/single_view.cc | 15 ++ libstdc++-v3/testsuite/std/ranges/view.cc | 2 +- 17 files changed, 335 insertions(+), 118 deletions(-) delete mode 100644 libstdc++-v3/testsuite/24_iterators/ostream_iterator/requiremen [...] rename libstdc++-v3/testsuite/std/ranges/adaptors/detail/{semiregular_box.cc => co [...] create mode 100644 libstdc++-v3/testsuite/std/ranges/p2325.cc