This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3a86f901041 Daily bump. new 710397ad5bf Ensure pool resources always use normal mode vector new 38129d1a07e Fix tests that fail in C++2a mode new 307e86fcfe4 Avoid ambiguity between C++2a std::erase_if and LFTS version new 5f15e7183a8 Add missing exports for symbols used by directory iterators
The 4 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/ChangeLog | 27 ++++++++++++++++++++++ libstdc++-v3/config/abi/pre/gnu.ver | 6 +++++ libstdc++-v3/include/experimental/forward_list | 4 +++- libstdc++-v3/include/experimental/list | 4 +++- libstdc++-v3/include/std/forward_list | 5 ++-- libstdc++-v3/include/std/list | 5 ++-- libstdc++-v3/include/std/memory_resource | 2 +- libstdc++-v3/include/std/vector | 7 ++++++ .../20_util/reference_wrapper/result_type.cc | 1 + .../20_util/reference_wrapper/typedefs-2.cc | 1 + .../20_util/reference_wrapper/typedefs-3.cc | 1 + .../20_util/reference_wrapper/typedefs.cc | 1 + libstdc++-v3/testsuite/30_threads/async/54297.cc | 2 +- .../testsuite/ext/array_allocator/26875.cc | 4 ++-- .../testsuite/ext/pool_allocator/allocate_chunk.cc | 4 ++-- .../testsuite/util/replacement_memory_operators.h | 2 +- libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 17 files changed, 64 insertions(+), 14 deletions(-)