This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f1660ceb0d3 vect: Fix infinite loop while determining peeling amount new 12324b9a934 libstdc++: Fix unordered containers move constructors noexc [...]
The 1 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 | 40 +++++++++-- libstdc++-v3/include/bits/unordered_map.h | 2 + libstdc++-v3/include/bits/unordered_set.h | 2 + libstdc++-v3/include/debug/unordered_map | 18 ++--- libstdc++-v3/include/debug/unordered_set | 26 +++---- .../allocator/default_init.cc | 10 +-- .../cons/noexcept_default_construct.cc | 68 ++++++++++++++++++ .../unordered_map/cons/noexcept_move_construct.cc | 65 +++++++++++++++++ .../unordered_map/modifiers/move_assign.cc | 81 ++++++++++++++++++++++ .../cons/noexcept_default_construct.cc | 68 ++++++++++++++++++ .../cons/noexcept_move_construct.cc | 65 +++++++++++++++++ .../cons/noexcept_default_construct.cc | 68 ++++++++++++++++++ .../cons/noexcept_move_construct.cc | 65 +++++++++++++++++ .../allocator/default_init.cc | 10 +-- .../cons/noexcept_default_construct.cc | 68 ++++++++++++++++++ .../unordered_set/cons/noexcept_move_construct.cc | 65 +++++++++++++++++ 16 files changed, 686 insertions(+), 35 deletions(-) copy libstdc++-v3/testsuite/23_containers/{map => unordered_map}/allocator/default [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/cons/noexcep [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/cons/noexcep [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/mo [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/no [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/no [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/no [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/no [...] copy libstdc++-v3/testsuite/23_containers/{deque => unordered_set}/allocator/defau [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/cons/noexcep [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/cons/noexcep [...]