This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 51e041a9db7 RISC-V: Disable unsupported vsext/vzext patterns for XTheadVector. new 6343a0fef38 libstdc++: Always instantiate key_type to compute hash code [...] new 9119752d378 libstdc++: Fix test broken when using COW std::string new c4bf3291f20 libstdc++: Define __is_pair variable template for C++11 new 5cfe086bea2 libstdc++: Fix conversions to key/value types for hash tabl [...]
The 4 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 | 36 +++------ libstdc++-v3/include/bits/hashtable_policy.h | 34 --------- libstdc++-v3/include/bits/stl_pair.h | 6 ++ .../testsuite/23_containers/unordered_map/96088.cc | 85 +++++++++++----------- .../23_containers/unordered_map/insert/115285.cc | 47 ++++++++++++ .../23_containers/unordered_multimap/96088.cc | 17 ++--- .../23_containers/unordered_multiset/96088.cc | 5 +- .../testsuite/23_containers/unordered_set/96088.cc | 13 ++-- .../23_containers/unordered_set/insert/115285.cc | 28 +++++++ .../23_containers/unordered_set/pr115285.cc | 40 ++++++++++ 10 files changed, 191 insertions(+), 120 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/insert/115285.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/insert/115285.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.cc