This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f906b107634 libstdc++: Fix __cpp_lib_chrono for old std::string ABI new bb7d052adce libstdc++: Add [[deprecated]] to std::wstring_convert and s [...] new 577225a268a libstdc++: Add deprecation warnings to <strstream> types new c3e237338eb libstdc++: Undeprecate std::pmr::polymorphic_allocator::des [...] new 466ee78e3e9 libstdc++: Make std::any_cast<void> ill-formed (LWG 3305) new 09ca26cd247 libstdc++: Qualify calls in <bits/stl_uninitialized.h> to p [...]
The 5 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/backward/backward_warning.h | 12 ++++++++---- libstdc++-v3/include/backward/strstream | 20 ++++++++++++++++---- libstdc++-v3/include/bits/locale_conv.h | 5 +++-- libstdc++-v3/include/bits/memory_resource.h | 1 - libstdc++-v3/include/bits/stl_uninitialized.h | 8 ++++---- libstdc++-v3/include/std/any | 8 ++++++++ libstdc++-v3/testsuite/20_util/any/misc/lwg3305.cc | 15 +++++++++++++++ .../22_locale/codecvt/codecvt_utf16/79980.cc | 1 + .../22_locale/codecvt/codecvt_utf8/79980.cc | 1 + .../22_locale/codecvt/codecvt_utf8_utf16/79511.cc | 1 + .../testsuite/22_locale/conversions/buffer/1.cc | 1 + .../testsuite/22_locale/conversions/buffer/2.cc | 1 + .../testsuite/22_locale/conversions/buffer/3.cc | 2 ++ .../conversions/buffer/requirements/typedefs.cc | 2 +- .../testsuite/22_locale/conversions/string/1.cc | 1 + .../testsuite/22_locale/conversions/string/2.cc | 1 + .../testsuite/22_locale/conversions/string/3.cc | 1 + .../testsuite/22_locale/conversions/string/66441.cc | 1 + .../conversions/string/requirements/typedefs-2.cc | 1 + .../conversions/string/requirements/typedefs.cc | 1 + 20 files changed, 68 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/any/misc/lwg3305.cc