This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 28106a0c5d1 [PATCH] RISC-V: Imply zicsr for svade and svadu extensions. new 6545e2f301c libstdc++: Implement C++23 P1659R3 starts_with and ends_with
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 | 248 +++++++++++++++++++++ libstdc++-v3/include/bits/version.def | 8 + libstdc++-v3/include/bits/version.h | 10 + libstdc++-v3/include/std/algorithm | 1 + libstdc++-v3/src/c++23/std.cc.in | 4 + .../testsuite/25_algorithms/ends_with/1.cc | 165 ++++++++++++++ .../testsuite/25_algorithms/starts_with/1.cc | 158 +++++++++++++ 7 files changed, 594 insertions(+) create mode 100644 libstdc++-v3/testsuite/25_algorithms/ends_with/1.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/starts_with/1.cc