This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 944da70a5d1 libstdc++: Fix mismatched noexcept-specifiers in Filesystem TS new babaabbcc83 libstdc++: Implement std::unreachable() for C++23 (P0627R6)
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/std/utility | 26 ++++++++++++++++++++++ libstdc++-v3/include/std/version | 1 + libstdc++-v3/src/c++11/debug.cc | 7 ++++-- libstdc++-v3/testsuite/20_util/unreachable/1.cc | 17 ++++++++++++++ .../testsuite/20_util/unreachable/version.cc | 10 +++++++++ 5 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unreachable/1.cc create mode 100644 libstdc++-v3/testsuite/20_util/unreachable/version.cc