This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from baeec7cc83b Daily bump. new e24b430f1ea libstdc++: Fix uses_allocator_construction args for cv pair [...] new 378a0f1840e libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3) new 030a08c8572 libstdc++: Fix -Wunused-function warning in src/c++11/debug.cc
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/charconv.h | 4 +- libstdc++-v3/include/bits/stl_map.h | 2 +- libstdc++-v3/include/bits/stl_pair.h | 3 - libstdc++-v3/include/bits/uses_allocator_args.h | 2 +- libstdc++-v3/include/std/charconv | 41 +++-- libstdc++-v3/include/std/version | 1 + libstdc++-v3/src/c++11/debug.cc | 16 +- .../testsuite/20_util/from_chars/constexpr.cc | 57 +++++++ .../testsuite/20_util/to_chars/constexpr.cc | 172 +++++++++++++++++++++ libstdc++-v3/testsuite/20_util/to_chars/version.cc | 16 ++ .../testsuite/20_util/uses_allocator/lwg3677.cc | 52 +++++++ 11 files changed, 337 insertions(+), 29 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/constexpr.cc create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/constexpr.cc create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/version.cc create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/lwg3677.cc