This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 07932a97a21 Daily bump. new b91eff42ecb libstdc++: std::string move assignment should not use POCCA [...] new fe7940dcea5 libstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h> new cd53e6a5056 libstdc++: Use reserved form of [[__likely__]] in <variant> new 2a30e7f9dc5 libstdc++: Fix @file for target-specific opt_random.h new 995725189e5 libstdc++: Fix @headername for bits/cpp_type_traits.h new 0fa5c0340fa libstdc++: Fix std::tr2::dynamic_bitset shift operations [P [...] new e9575f6248a libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all new bf60352052b libstdc++: Initialize base in test allocator's constructor
The 8 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/variant | 2 +- libstdc++-v3/include/tr2/dynamic_bitset | 5 +- libstdc++-v3/include/tr2/dynamic_bitset.tcc | 6 +-- 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 +- 14 files changed, 122 insertions(+), 17 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