This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 57d104ab0f5 arm: unified syntax for libgcc clear_cache new e2fc12a5daf libstdc++: Fix unintended layout change to std::basic_fileb [...] new 02dab998665 libstdc++: Fix Unicode codecvt and add tests [PR86419]
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: libgcc/config/i386/gthr-win32.h | 8 + libstdc++-v3/config/io/c_io_stdio.h | 7 + libstdc++-v3/src/c++11/codecvt.cc | 36 +- .../testsuite/22_locale/codecvt/codecvt_unicode.cc | 68 ++ .../testsuite/22_locale/codecvt/codecvt_unicode.h | 1269 ++++++++++++++++++++ .../codecvt/codecvt_unicode_wchar_t.cc} | 54 +- 6 files changed, 1400 insertions(+), 42 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_unicode.cc create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_unicode.h copy libstdc++-v3/testsuite/{21_strings/basic_string/modifiers/insert/char/83328.c [...]