This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2256e30874a libstdc++: Fix typo in std::fill SFINAE constraint [PR93059] new 6a30ffd759b libstdc++: add a constexpr macro for C++26 new ff43f9853d3 libstdc++: add support for constexpr stable_sort (P2562R1)
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/include/bits/algorithmfwd.h | 2 + libstdc++-v3/include/bits/c++config | 8 +++ libstdc++-v3/include/bits/ranges_algo.h | 2 + libstdc++-v3/include/bits/stl_algo.h | 11 ++++ libstdc++-v3/include/bits/version.def | 4 ++ libstdc++-v3/include/bits/version.h | 7 ++- .../testsuite/25_algorithms/cpp_lib_constexpr.cc | 4 ++ .../25_algorithms/headers/algorithm/synopsis.cc | 2 + .../25_algorithms/stable_sort/constexpr.cc | 62 ++++++++++++++++++++++ 9 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/stable_sort/constexpr.cc