This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 95faa1bea7b [libstdc++] [testsuite] defer to check_vect_support* [PR115454] new 73ad57c244c libstdc++: Fix std::codecvt<wchar_t, char, mbstate_t> for e [...]
The 1 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/config/locale/gnu/codecvt_members.cc | 117 +++++++++------------ .../testsuite/22_locale/codecvt/in/char/37475.cc | 23 ++++ .../22_locale/codecvt/in/wchar_t/37475.cc | 23 ++++ .../testsuite/22_locale/codecvt/out/char/37475.cc | 23 ++++ .../22_locale/codecvt/out/wchar_t/37475.cc | 23 ++++ 5 files changed, 142 insertions(+), 67 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/in/char/37475.cc create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/37475.cc create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/out/char/37475.cc create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/37475.cc