This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7eac34a6c79 c++: optimize constraint subsumption [PR118069] new 23df3c3a4aa libstdc++: Add fancy pointer support to std::map and std::s [...]
The 1 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/stl_tree.h | 1376 ++++++++++++++------ .../23_containers/map/allocator/ext_ptr.cc | 37 + .../23_containers/multimap/allocator/ext_ptr.cc | 33 + .../23_containers/multiset/allocator/ext_ptr.cc | 32 + .../23_containers/set/allocator/ext_ptr.cc | 32 + .../explicit_instantiation/alloc_ptr.cc | 48 +- .../explicit_instantiation/alloc_ptr_ignored.cc | 2 +- 7 files changed, 1150 insertions(+), 410 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/map/allocator/ext_ptr.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multimap/allocator/ext_ptr.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/allocator/ext_ptr.cc create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/ext_ptr.cc copy libstdc++-v3/testsuite/23_containers/{list => set}/requirements/explicit_inst [...] copy libstdc++-v3/testsuite/23_containers/{list => set}/requirements/explicit_inst [...]