This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a8764071f2e Fusion patterns for add-logical/logical-add new 2c43f5ec9db libstdc++: Limit allocation on iterator insertion in Hashta [...]
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/hashtable.h | 59 ++++- libstdc++-v3/include/bits/hashtable_policy.h | 53 +++- .../testsuite/23_containers/unordered_map/96088.cc | 269 ++++++++++++++++++++ .../unordered_multimap/96088.cc} | 46 +++- .../unordered_multiset/96088.cc} | 46 +++- .../testsuite/23_containers/unordered_set/96088.cc | 271 +++++++++++++++++++++ .../testsuite/util/replacement_memory_operators.h | 22 +- 7 files changed, 724 insertions(+), 42 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/96088.cc copy libstdc++-v3/testsuite/{21_strings/char_traits/requirements/char/99181.cc => [...] copy libstdc++-v3/testsuite/{21_strings/char_traits/requirements/char/99181.cc => [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/96088.cc