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 f8c281d5c91 Daily bump. new b5d04ffcdf3 libstdc++: Define operator== for hash table iterators [PR115939] new 65670b788d4 libstdc++: Cast -1 to size_t in <format> [PR119429] new 679af7b1037 libstdc++: Add static_assertions to ranges::to adaptor fact [...] new 5b4e3622391 libstdc++: Allow std::ranges::to to create unions
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_policy.h | 80 +++++++++++++++++++++- libstdc++-v3/include/std/format | 2 +- libstdc++-v3/include/std/ranges | 5 +- .../23_containers/unordered_map/115939.cc | 29 ++++++++ libstdc++-v3/testsuite/std/ranges/conv/112803.cc | 20 ++++++ libstdc++-v3/testsuite/std/ranges/conv/lwg4229.cc | 18 +++++ 6 files changed, 150 insertions(+), 4 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/115939.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/conv/112803.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/conv/lwg4229.cc