This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from f5788aaa98b libstdc++: Change URL for PSTL new beb485ddeb0 libstdc++: Fix filesystem::path construction from COW strin [...] new 2feec6285c3 libstdc++: Fix [multi]map/[multi]set move constructors noex [...] new 1c4e8a96cd6 libstdc++: Fix unordered containers move constructors noexc [...] new 8fff47b1751 libstdc++: Fix tests using wrong allocator type
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 | 44 ++++++++++-- libstdc++-v3/include/bits/stl_tree.h | 4 +- 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 +++---- libstdc++-v3/src/c++17/fs_path.cc | 10 ++- .../map/cons/noexcept_move_construct.cc | 32 ++++++++- .../multimap/cons/noexcept_move_construct.cc | 32 ++++++++- .../multiset/cons/noexcept_move_construct.cc | 32 ++++++++- .../set/cons/noexcept_move_construct.cc | 32 ++++++++- .../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 +++++++++++++++++ .../27_io/filesystem/path/decompose/parent_path.cc | 25 ++++++- 23 files changed, 845 insertions(+), 47 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 [...]