This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 02ecc9a2632 ira: update allocated_hardreg_p[] in improve_allocation() [ [...] new 0c316669b09 libstdc++: Update __cplusplus value for C++23 in version.def new 4a2b262597e libstdc++: Fix std::basic_string::resize_and_overwrite
The 2 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/basic_string.tcc | 7 ++- libstdc++-v3/include/bits/version.def | 2 +- libstdc++-v3/include/bits/version.h | 72 +++++++++++----------- .../capacity/char/resize_and_overwrite.cc | 21 +++++++ .../testsuite/std/format/functions/format.cc | 5 ++ .../testsuite/std/format/functions/format_c++23.cc | 4 ++ 6 files changed, 71 insertions(+), 40 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/format/functions/format_c++23.cc