This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b0120fa9838 tailc: Improve tail recursion handling [PR119493] new 1ecd95ea1e0 libstdc++: Implement missing allocator-aware constructors f [...] new 4794340cd25 libstdc++: Strip reference and cv-qual in range deduction g [...]
The 2 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/ranges_base.h | 4 +- libstdc++-v3/include/bits/stl_iterator.h | 11 ++- libstdc++-v3/include/bits/unordered_map.h | 30 ++++++ libstdc++-v3/include/bits/unordered_set.h | 71 ++++++++++++++ libstdc++-v3/include/debug/unordered_map | 22 +++++ libstdc++-v3/include/debug/unordered_set | 54 +++++++++++ libstdc++-v3/testsuite/23_containers/flat_map/1.cc | 21 +++-- .../testsuite/23_containers/flat_multimap/1.cc | 21 +++-- .../testsuite/23_containers/map/cons/deduction.cc | 46 +++++++++ .../testsuite/23_containers/map/cons/from_range.cc | 8 +- .../23_containers/multimap/cons/deduction.cc | 46 +++++++++ .../23_containers/multimap/cons/from_range.cc | 8 +- .../23_containers/unordered_map/cons/66055.cc | 11 ++- .../23_containers/unordered_map/cons/deduction.cc | 97 +++++++++++++++++++ .../23_containers/unordered_map/cons/from_range.cc | 10 +- .../23_containers/unordered_multimap/cons/66055.cc | 10 +- .../unordered_multimap/cons/deduction.cc | 103 +++++++++++++++++++++ .../unordered_multimap/cons/from_range.cc | 10 +- .../23_containers/unordered_multiset/cons/66055.cc | 10 +- .../unordered_multiset/cons/deduction.cc | 28 ++++++ .../23_containers/unordered_set/cons/66055.cc | 10 +- .../23_containers/unordered_set/cons/deduction.cc | 28 ++++++ 22 files changed, 599 insertions(+), 60 deletions(-)