This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a51a546c170 libstdc++: Fix FS-dependent filesystem tests new a1535015786 libstdc++: Memoize {drop,drop_while,filter,reverse}_view::begin
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/ChangeLog | 28 +++++ libstdc++-v3/include/std/ranges | 136 ++++++++++++++++++--- libstdc++-v3/testsuite/std/ranges/adaptors/drop.cc | 57 +++++++++ .../testsuite/std/ranges/adaptors/drop_while.cc | 38 +++++- .../testsuite/std/ranges/adaptors/filter.cc | 36 ++++++ .../testsuite/std/ranges/adaptors/reverse.cc | 56 +++++++++ 6 files changed, 336 insertions(+), 15 deletions(-)