This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2ae0566243c Support for 64-bit location_t: Internal parts new 0598e2f98d2 libstdc++: Improve test for <utility> synopsis new 91f4550e170 libstdc++: Move std::monostate to <utility> for C++26 (P0472R2) new c2c7d71eeea libstdc++: Fix constraints on std::optional converting assi [...]
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/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/monostate.h | 78 ++++++++++++++ libstdc++-v3/include/std/optional | 4 +- libstdc++-v3/include/std/utility | 4 + libstdc++-v3/include/std/variant | 31 +----- .../testsuite/20_util/headers/utility/synopsis.cc | 113 +++++++++++++++++++-- .../testsuite/20_util/monostate/requirements.cc | 38 +++++++ .../20_util/optional/assignment/117858.cc | 16 +++ 9 files changed, 248 insertions(+), 38 deletions(-) create mode 100644 libstdc++-v3/include/bits/monostate.h create mode 100644 libstdc++-v3/testsuite/20_util/monostate/requirements.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/assignment/117858.cc