This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from db58fa0b053 libstdc++: [_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output new 29b39d4b0e4 libstdc++: Implement ranges::chunk_by_view from P2443R1
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/ranges_algo.h | 38 +--- libstdc++-v3/include/bits/ranges_util.h | 38 ++++ libstdc++-v3/include/std/ranges | 193 +++++++++++++++++++++ .../testsuite/std/ranges/adaptors/chunk_by/1.cc | 58 +++++++ 4 files changed, 290 insertions(+), 37 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/chunk_by/1.cc