This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 69c8d851b71 Daily bump. new 87990a0603b libstdc++: Ensure pool resources meet alignment requirement [...] new bdff461dd4c libstdc++: Fix std::forward_list::assign assignable check [ [...] new 4bdae1b5f35 libstdc++: Fix test FAILs due to -Wreturn-local-addr new a9d6de2007d libstdc++: Fix test FAIL due to -Wpointer-arith new 0c57a97066c libstdc++: Fix -Wdeprecated-declarations warning in <any>
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/bits/atomic_base.h | 33 ++++++------ libstdc++-v3/include/bits/forward_list.h | 2 +- libstdc++-v3/include/std/any | 5 ++ libstdc++-v3/include/std/atomic | 32 ++++++------ libstdc++-v3/src/c++17/memory_resource.cc | 56 ++++++++++++++++----- .../testsuite/20_util/bind/dangling_ref.cc | 1 + .../20_util/synchronized_pool_resource/118681.cc | 6 +++ .../20_util/unsynchronized_pool_resource/118681.cc | 58 ++++++++++++++++++++++ .../23_containers/forward_list/modifiers/122661.cc | 20 ++++++++ .../atomic/operators/pointer_partial_void.cc | 1 + .../30_threads/packaged_task/cons/dangling_ref.cc | 1 + 11 files changed, 167 insertions(+), 48 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/118681.cc create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/118681.cc create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/modifiers/122661.cc