This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 553332c19a0 libstdc++: Fix misuse of alloca in std::bitset [PR108214] new f7bd48c6bbd libstdc++: Add feature-test macros for implemented C++23 vi [...]
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/utility.h | 4 ++ libstdc++-v3/include/std/ranges | 19 ++++++++++ libstdc++-v3/include/std/version | 9 +++++ libstdc++-v3/testsuite/20_util/tuple/p2321r2.cc | 4 ++ .../testsuite/std/ranges/adaptors/as_rvalue/1.cc | 4 ++ .../testsuite/std/ranges/adaptors/chunk/1.cc | 4 ++ .../testsuite/std/ranges/adaptors/chunk_by/1.cc | 4 ++ .../testsuite/std/ranges/adaptors/join_with/1.cc | 4 ++ .../testsuite/std/ranges/adaptors/slide/1.cc | 4 ++ .../testsuite/std/ranges/adaptors/stride/1.cc | 4 ++ .../testsuite/std/ranges/cartesian_product/1.cc | 4 ++ libstdc++-v3/testsuite/std/ranges/repeat/1.cc | 4 ++ libstdc++-v3/testsuite/std/ranges/version_c++23.cc | 44 ++++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/zip/1.cc | 4 ++ 14 files changed, 116 insertions(+) create mode 100644 libstdc++-v3/testsuite/std/ranges/version_c++23.cc