This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f033bf1645 libstdc++: Add P1206R7 from_range members to unordered sets [...] new 453d42046c4 libstdc++: Add P1206R7 from_range members to unordered maps [...] new cfbabe10dda SCC-Copy: Add More Debug dumps new 26884504503 cobol: Avoid a use of auto.
The 3 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: gcc/cobol/util.cc | 2 +- gcc/gimple-ssa-sccopy.cc | 10 + libstdc++-v3/include/bits/unordered_map.h | 203 ++++++++++++++++++ .../23_containers/unordered_map/cons/from_range.cc | 232 ++++++++++++++++++++ .../unordered_map/modifiers/insert_range.cc | 79 +++++++ .../unordered_multimap/cons/from_range.cc | 238 +++++++++++++++++++++ .../unordered_multimap/modifiers/insert_range.cc | 76 +++++++ 7 files changed, 839 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/cons/from_range.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/in [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/fr [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/modifie [...]