This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from d178e964f14 Daily bump. new d8d71b19f0b libstdc++: Begin lifetime of storage in std::vector<bool> [ [...] new 87ec5b369ee libstdc++: Constrain std::vector default constructor [PR113841] new 47ebdbe5bf7 libstdc++: Destroy allocators in re-inserted container node [...]
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/bits/allocator.h | 3 + libstdc++-v3/include/bits/hashtable.h | 10 +- libstdc++-v3/include/bits/node_handle.h | 19 +++- libstdc++-v3/include/bits/stl_bvector.h | 15 ++- libstdc++-v3/include/bits/stl_tree.h | 10 +- libstdc++-v3/include/bits/stl_vector.h | 3 + .../23_containers/multiset/modifiers/114401.cc | 125 ++++++++++++++++++++ .../23_containers/set/modifiers/114401.cc | 125 ++++++++++++++++++++ .../unordered_multiset/modifiers/114401.cc | 126 +++++++++++++++++++++ .../unordered_set/modifiers/114401.cc | 126 +++++++++++++++++++++ .../testsuite/23_containers/vector/cons/113841.cc | 34 ++++++ 11 files changed, 577 insertions(+), 19 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/modifiers/114401.cc create mode 100644 libstdc++-v3/testsuite/23_containers/set/modifiers/114401.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/modifie [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/114401.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/cons/113841.cc