This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3060e923026 libstdc++: Optimize std::is_nothrow_invocable compilation p [...] new 99a1fe6c12c libstdc++: Fix unwanted #pragma messages from PSTL headers [...] new cc38bdf093c libstdc++: Improve diagnostics for invalid std::hash specia [...] new 0755b2304ba libstdc++: Use __glibcxx_ranges_as_const to guard P2278R4 changes new 92b554a8412 libstdc++: Add ranges::range_common_reference_t for C++20 ( [...]
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 | 2 ++ libstdc++-v3/include/bits/ranges_base.h | 22 ++++++++++++++-------- libstdc++-v3/include/bits/stl_iterator.h | 2 +- libstdc++-v3/include/pstl/pstl_config.h | 2 +- .../23_containers/unordered_map/115420.cc | 16 ++++++++++++++++ libstdc++-v3/testsuite/std/ranges/range.cc | 6 ++++++ 6 files changed, 40 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/115420.cc