This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a01704fc45a Darwin, D: Fix D bootstrap, include tm-dwarf2.h. new 1ba7adabf29 libstdc++: Remove unused functions in std::variant implementation new e27771e5dcd libstdc++: Remove try/catch overhead in std::variant::emplace new ad820b0bb5f libstdc++: Add missing constexpr to std::variant (P2231R1) new 2c564e813c0 libstdc++: Make non-propagating-cache fully constexpr [PR101263]
The 4 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/std/ranges | 42 +++- libstdc++-v3/include/std/variant | 211 +++++++++++++-------- libstdc++-v3/include/std/version | 7 +- libstdc++-v3/testsuite/20_util/optional/version.cc | 4 +- libstdc++-v3/testsuite/20_util/variant/87619.cc | 2 + .../testsuite/20_util/variant/constexpr.cc | 138 ++++++++++++++ libstdc++-v3/testsuite/20_util/variant/version.cc | 11 ++ libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 13 ++ 8 files changed, 339 insertions(+), 89 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/variant/constexpr.cc create mode 100644 libstdc++-v3/testsuite/20_util/variant/version.cc