This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 5ed32d00a7b Fortran: fix dependency checks for inquiry refs [PR115039] new 0a9df2c711f c++: Fix std dialect hint for std::to_address [PR107800] new bd5e672303f libstdc++: Fix handling of surrogate CP in codecvt [PR108976] new 9433e308e0c libstdc++: testsuite: Enhance codecvt_unicode with tests fo [...]
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: gcc/cp/cxxapi-data.csv | 2 +- gcc/cp/std-name-hint.gperf | 2 +- gcc/cp/std-name-hint.h | 2 +- libstdc++-v3/src/c++11/codecvt.cc | 18 +- .../testsuite/22_locale/codecvt/codecvt_unicode.cc | 38 +- .../testsuite/22_locale/codecvt/codecvt_unicode.h | 1922 +++++++++++++++----- ...icode_wchar_t.cc => codecvt_unicode_char8_t.cc} | 32 +- .../22_locale/codecvt/codecvt_unicode_wchar_t.cc | 32 +- .../22_locale/codecvt/codecvt_utf16/79980.cc | 2 +- 9 files changed, 1566 insertions(+), 484 deletions(-) copy libstdc++-v3/testsuite/22_locale/codecvt/{codecvt_unicode_wchar_t.cc => codec [...]