This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47deb1ef874 libstdc++: Fix compare_exchange_padding.cc test for std::at [...] new d31e19e4400 libstdc++: Make more internal headers include their own dep [...] new 7f4c37099a9 libstdc++: Move allocator-related helpers to <bits/alloc_traits.h> new cf0fded5d83 libstdc++: Add preprocessor conditions for freestanding [PR106953]
The 3 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/backward/auto_ptr.h | 4 +- libstdc++-v3/include/bits/alloc_traits.h | 61 +++++++++++++++++++++++++- libstdc++-v3/include/bits/allocator.h | 51 --------------------- libstdc++-v3/include/bits/memoryfwd.h | 2 + libstdc++-v3/include/bits/stl_algo.h | 26 ++++++++--- libstdc++-v3/include/bits/stl_algobase.h | 4 ++ libstdc++-v3/include/bits/stl_tempbuf.h | 4 +- libstdc++-v3/include/bits/stl_uninitialized.h | 17 +++++-- libstdc++-v3/include/bits/stream_iterator.h | 3 ++ libstdc++-v3/include/bits/streambuf_iterator.h | 1 + libstdc++-v3/include/bits/unique_ptr.h | 14 +++--- libstdc++-v3/include/c_global/cstdlib | 24 +++++----- libstdc++-v3/include/debug/assertions.h | 16 +++---- libstdc++-v3/include/debug/debug.h | 2 +- libstdc++-v3/include/ext/alloc_traits.h | 3 -- libstdc++-v3/include/std/bit | 2 +- libstdc++-v3/include/std/functional | 22 ++++++---- libstdc++-v3/include/std/iterator | 7 +-- libstdc++-v3/include/std/memory | 11 +++-- libstdc++-v3/include/std/ranges | 4 ++ 20 files changed, 170 insertions(+), 108 deletions(-)