This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3c98d06a901 c++: canonicity of fn types w/ complex eh specs [PR115159] new b2fdd508d7e libstdc++: Guard use of sized deallocation [PR114940] new 947a9c801e8 libstdc++: Fix effects of combining locales [PR108323] new fd1a674ff5f libstdc++: Add [[nodiscard]] to some std::locale functions
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: libstdc++-v3/include/bits/locale_classes.h | 7 ++- libstdc++-v3/include/bits/locale_classes.tcc | 15 +++++- libstdc++-v3/include/bits/version.def | 2 +- libstdc++-v3/include/bits/version.h | 2 +- libstdc++-v3/include/std/stacktrace | 13 ++++- libstdc++-v3/src/c++11/localename.cc | 4 +- libstdc++-v3/src/c++98/locale.cc | 2 +- .../testsuite/22_locale/locale/cons/12438.cc | 2 +- libstdc++-v3/testsuite/22_locale/locale/cons/2.cc | 2 +- .../testsuite/22_locale/locale/cons/names.cc | 61 ++++++++++++++++++++++ .../testsuite/22_locale/locale/cons/unicode.cc | 2 +- .../testsuite/22_locale/locale/operations/2.cc | 2 +- 12 files changed, 102 insertions(+), 12 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/locale/cons/names.cc