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 7eba5b286e9 libgcc, Darwin: From macOS 11, make that the earliest supported. new 1be3e4e4383 libstdc++: Fix std::allocator_traits::construct constraints [...] new 74f67ba3dcf libstdc++: Document missing features for old std:string ABI [...] new f4fc6d2aa80 libstdc++: Fix condition for ranges::copy to use memmove [P [...] new 4d88724c2d8 libstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) co [...]
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/doc/html/manual/using_dual_abi.html | 18 ++- libstdc++-v3/doc/xml/manual/using.xml | 26 +++- libstdc++-v3/include/bits/alloc_traits.h | 131 +++++++++++++-------- libstdc++-v3/include/bits/new_allocator.h | 2 +- libstdc++-v3/include/bits/ranges_algobase.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 5 +- libstdc++-v3/include/ext/malloc_allocator.h | 2 +- libstdc++-v3/include/std/type_traits | 15 +++ libstdc++-v3/testsuite/20_util/allocator/89510.cc | 14 +-- .../20_util/allocator_traits/members/108619.cc | 35 ++++++ .../20_util/unique_ptr/creation/116529.cc | 35 ++++++ .../testsuite/ext/malloc_allocator/89510.cc | 14 +-- libstdc++-v3/testsuite/ext/new_allocator/89510.cc | 14 +-- 13 files changed, 235 insertions(+), 78 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/allocator_traits/members/108619.cc create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/creation/116529.cc