This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d38f45bcca aarch64: Fix loose ldpstp check [PR111411] new 8fa1430bb28 libstdc++: Add operator bool to <charconv> result types (P2497R0) new d19bdf88740 libstdc++: Remove non-void static assertions in variant's s [...] new 5daeda573ce libstdc++: Fix constraints for std::variant default constructor
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/version.def | 7 + libstdc++-v3/include/bits/version.h | 299 +++++++++++---------- libstdc++-v3/include/std/charconv | 6 + libstdc++-v3/include/std/variant | 28 +- .../testsuite/20_util/from_chars/result.cc | 21 ++ libstdc++-v3/testsuite/20_util/to_chars/result.cc | 25 ++ libstdc++-v3/testsuite/20_util/to_chars/version.cc | 2 +- .../testsuite/20_util/variant/default_ctor.cc | 11 + 8 files changed, 235 insertions(+), 164 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/result.cc create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/result.cc create mode 100644 libstdc++-v3/testsuite/20_util/variant/default_ctor.cc