This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0c0f2f6d2b config/gcn/mkoffload.c – remove unused static vars new cfacff29794 PR libstdc++/91786 fix compilation error with Clang new 225ba07f2f7 libstdc++: Add move_sentinel, common_iterator and counted_iterator
The 2 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 | 18 + libstdc++-v3/include/bits/fs_path.h | 72 ++- libstdc++-v3/include/bits/iterator_concepts.h | 5 +- libstdc++-v3/include/bits/stl_iterator.h | 695 ++++++++++++++++++++- .../testsuite/24_iterators/common_iterator/1.cc | 160 +++++ .../testsuite/24_iterators/counted_iterator/1.cc | 101 +++ .../iter_swap.cc => move_iterator/cust.cc} | 45 +- .../24_iterators/move_iterator/sentinel.cc | 91 +++ 8 files changed, 1117 insertions(+), 70 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/1.cc create mode 100644 libstdc++-v3/testsuite/24_iterators/counted_iterator/1.cc copy libstdc++-v3/testsuite/24_iterators/{customization_points/iter_swap.cc => mov [...] create mode 100644 libstdc++-v3/testsuite/24_iterators/move_iterator/sentinel.cc