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 28ef9276654 tree-optimization/105235 - clean EH in execute_cse_conv_1 new edf73cf05a9 libstdc++: Implement LWG 3523 changes to ranges::iota_view new 06309012df2 libstdc++: Implement LWG 3470 change to ranges::subrange new e88ffd55707 libstdc++: Implement LWG 3580 change to ranges::iota_view new 60b4a814777 libstdc++: Implement LWG 3481 change to ranges::viewable_range new b0561bc86b3 libstdc++: Implement LWG 3535 changes to ranges::join_view new 130b959f233 libstdc++: Implement LWG 3591-3592 changes to split_view new 813425498f4 libstdc++: Implement LWG 3595 changes to common_iterator
The 7 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_base.h | 3 +- libstdc++-v3/include/bits/ranges_util.h | 13 ++++-- libstdc++-v3/include/bits/stl_iterator.h | 10 +++-- libstdc++-v3/include/std/ranges | 51 ++++++++++++++++++---- libstdc++-v3/testsuite/std/ranges/adaptors/all.cc | 15 +++++++ .../testsuite/std/ranges/iota/iota_view.cc | 21 +++++++++ libstdc++-v3/testsuite/std/ranges/subrange/1.cc | 19 ++++++++ 7 files changed, 114 insertions(+), 18 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/subrange/1.cc