This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e99bd447c4 c++/modules: Handle conflicting ABI tags [PR118920] new 698ef4b29d8 libstdc++: add constexpr inplace_merge new aba3018af8e libstdc++: add constexpr stable_partition new 6acfb68dc0a libstdc++: re-bump the feature-test macro for P2562R1 [PR119488]
The 3 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/algorithmfwd.h | 3 + libstdc++-v3/include/bits/ranges_algo.h | 4 ++ libstdc++-v3/include/bits/stl_algo.h | 30 ++++++++- libstdc++-v3/include/bits/version.def | 2 +- libstdc++-v3/include/bits/version.h | 4 +- .../testsuite/25_algorithms/cpp_lib_constexpr.cc | 2 +- .../25_algorithms/headers/algorithm/synopsis.cc | 3 + .../25_algorithms/inplace_merge/constexpr.cc | 72 ++++++++++++++++++++++ .../25_algorithms/stable_partition/constexpr.cc | 44 +++++++++++++ 9 files changed, 158 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/inplace_merge/constexpr.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/stable_partition/constexpr.cc