This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from a03aae8d9f5 libstdc++: Fix std::error_code pretty printer for versioned [...] new 4c64143f326 libstdc++: Fix overconstrained std::string constructor [PR103919] new ad54d3fb8f0 libstdc++: Make Asan detection work for Clang [PR103453] new 5e0ef5621b5 libstdc++: Initialize member in std::match_results [PR103549] new bae757f8097 libstdc++: Clear RB tree after moving elements [PR103501] new 39e5b756e14 libstdc++: Fix example preprocessor command in FAQ [PR103877] new 0bc256f8e1a libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macro new 226210894e5 libstdc++: Fix std::char_traits<C>::move for constexpr
The 7 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/acinclude.m4 | 2 +- libstdc++-v3/config.h.in | 6 +-- .../config/allocator/malloc_allocator_base.h | 10 ++++- libstdc++-v3/config/allocator/new_allocator_base.h | 10 ++++- libstdc++-v3/configure | 2 +- libstdc++-v3/doc/html/faq.html | 2 +- libstdc++-v3/doc/xml/faq.xml | 2 +- libstdc++-v3/include/bits/basic_string.h | 6 ++- libstdc++-v3/include/bits/char_traits.h | 40 +++++++++++++++++--- libstdc++-v3/include/bits/regex.h | 4 +- libstdc++-v3/include/bits/stl_tree.h | 6 ++- .../21_strings/basic_string/cons/char/103919.cc | 43 ++++++++++++++++++++++ .../requirements/constexpr_functions_c++20.cc | 23 ++++++++++-- .../23_containers/map/allocator/move_cons.cc | 2 +- .../23_containers/multimap/allocator/move_cons.cc | 2 +- .../23_containers/multiset/allocator/103501.cc | 32 ++++++++++++++++ .../23_containers/set/allocator/103501.cc | 32 ++++++++++++++++ 17 files changed, 196 insertions(+), 28 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/103919.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/allocator/103501.cc create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/103501.cc