This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from c43ec27305c Daily bump. new c4d2f51741b libstdc++: Define __glibcxx_assert_fail for non-verbose bui [...] new 2ab55da5eba libstdc++: std::string move assignment should not use POCCA [...] new f5ffdcfe3b5 libstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h> new f6b9603a23e libstdc++: Use reserved form of [[__likely__]] in <variant> new 99a3f6587cf libstdc++: Fix @file for target-specific opt_random.h new 556051a7bf9 libstdc++: Fix @headername for bits/cpp_type_traits.h new 1f655ef4362 libstdc++: Fix std::tr2::dynamic_bitset shift operations [P [...] new 135be552d13 libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all new 595e3fa7711 libstdc++: Initialize base in test allocator's constructor new 60e536d6f16 libstdc++: Fix std::string_view for IL32P16 targets
The 10 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.h.in | 3 ++ .../config/cpu/aarch64/opt/ext/opt_random.h | 2 +- libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h | 2 +- libstdc++-v3/configure | 2 + libstdc++-v3/configure.ac | 5 +- libstdc++-v3/include/bits/basic_string.h | 2 +- libstdc++-v3/include/bits/cpp_type_traits.h | 2 +- libstdc++-v3/include/std/string_view | 4 +- libstdc++-v3/include/std/variant | 2 +- libstdc++-v3/include/tr2/dynamic_bitset | 5 +- libstdc++-v3/include/tr2/dynamic_bitset.tcc | 6 +-- libstdc++-v3/src/c++11/assert_fail.cc | 10 +++- libstdc++-v3/src/c++17/fs_ops.cc | 16 ++++++- .../21_strings/basic_string/allocator/116641.cc | 53 ++++++++++++++++++++++ .../testsuite/tr2/dynamic_bitset/pr115399.cc | 37 +++++++++++++++ libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 16 files changed, 133 insertions(+), 20 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/116641.cc create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/pr115399.cc