This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d08236359eb rs6000: Enable new built-in support, with test suite and al [...] new b5a568683f7 libstdc++: Restore unconditional atomic load in COW std::string new e2e98f524fd libstdc++: Remove broken std::allocator base classes [PR103340] new acf4fe96f12 libstdc++: Allow exception classes to move fully-dynamic strings
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/acinclude.m4 | 14 +---- .../config/allocator/bitmap_allocator_base.h | 55 ------------------ libstdc++-v3/config/allocator/mt_allocator_base.h | 55 ------------------ .../config/allocator/pool_allocator_base.h | 55 ------------------ libstdc++-v3/configure | 14 +---- libstdc++-v3/doc/html/manual/api.html | 3 + libstdc++-v3/doc/html/manual/configure.html | 10 ++-- libstdc++-v3/doc/html/manual/memory.html | 57 ++++++------------ libstdc++-v3/doc/html/manual/mt_allocator.html | 8 +-- libstdc++-v3/doc/xml/manual/allocator.xml | 67 +++++++--------------- libstdc++-v3/doc/xml/manual/configure.xml | 10 ++-- libstdc++-v3/doc/xml/manual/evolution.xml | 5 ++ libstdc++-v3/doc/xml/manual/mt_allocator.xml | 8 +-- libstdc++-v3/include/bits/cow_string.h | 6 +- libstdc++-v3/src/c++11/cow-stdexcept.cc | 20 ------- 15 files changed, 67 insertions(+), 320 deletions(-) delete mode 100644 libstdc++-v3/config/allocator/bitmap_allocator_base.h delete mode 100644 libstdc++-v3/config/allocator/mt_allocator_base.h delete mode 100644 libstdc++-v3/config/allocator/pool_allocator_base.h