This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 346f5991569 Harmonize headers between both dg-extract-results scripts new 28adad7a32e libstdc++: Ensure active union member is correctly set new a8b9c32da78 libstdc++: Fix handling of surrogate CP in codecvt [PR108976]
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.h | 6 +- libstdc++-v3/include/bits/basic_string.tcc | 4 + libstdc++-v3/include/std/variant | 32 +- libstdc++-v3/src/c++11/codecvt.cc | 18 +- .../testsuite/22_locale/codecvt/codecvt_unicode.cc | 38 +- .../testsuite/22_locale/codecvt/codecvt_unicode.h | 1799 +++++++++++++++----- ...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, 1491 insertions(+), 472 deletions(-) copy libstdc++-v3/testsuite/22_locale/codecvt/{codecvt_unicode_wchar_t.cc => codec [...]