This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 5e746fe2fed PR libstdc++/77854 document size_type for containers new e62396c49e0 PR libstdc++/70966 make pmr::new_delete_resource() immortal new a1f38e8d5af Fix experimental::pmr typedefs and add tests new 664e83aa8ea Fix __gnu_cxx::_Pointer_adapter for long long arithmetic new 1532c59f677 PR libstdc++/78595 implement insertion into maps in terms o [...] new f8ffbcedffd PR libstdc++/86751 default assignment operators for std::pair
The 5 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/ChangeLog | 127 +++++++++++++++++++++ libstdc++-v3/include/bits/stl_map.h | 21 ++-- libstdc++-v3/include/bits/stl_multimap.h | 20 ++-- libstdc++-v3/include/bits/stl_pair.h | 21 ++-- libstdc++-v3/include/bits/unordered_map.h | 33 +++--- libstdc++-v3/include/experimental/memory_resource | 68 +++++++---- libstdc++-v3/include/experimental/regex | 5 +- libstdc++-v3/include/experimental/string | 5 +- libstdc++-v3/include/ext/pointer.h | 4 + libstdc++-v3/include/std/type_traits | 11 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 34 ++++++ .../{duration/cons/dr3050.cc => pair/86751.cc} | 17 ++- .../observers/array.cc => pair/ref_assign.cc} | 67 +++++------ .../testsuite/21_strings/basic_string/init-list.cc | 1 + .../23_containers/map/modifiers/insert/78595.cc | 115 +++++++++++++++++++ .../multimap/modifiers/insert/78595.cc | 115 +++++++++++++++++++ .../23_containers/unordered_map/modifiers/78595.cc | 122 ++++++++++++++++++++ .../unordered_multimap/modifiers/78595.cc | 122 ++++++++++++++++++++ .../87538.cc => memory_resource/70966.cc} | 44 ++++--- .../polymorphic_allocator/pmr_typedefs_deque.cc} | 14 ++- .../pmr_typedefs_forward_list.cc} | 14 ++- .../polymorphic_allocator/pmr_typedefs_list.cc} | 14 ++- .../polymorphic_allocator/pmr_typedefs_map.cc} | 21 +++- .../polymorphic_allocator/pmr_typedefs_match.cc | 50 ++++++++ .../pmr_typedefs_multimap.cc} | 21 +++- .../pmr_typedefs_multiset.cc} | 18 ++- .../polymorphic_allocator/pmr_typedefs_set.cc} | 18 ++- .../polymorphic_allocator/pmr_typedefs_string.cc | 61 ++++++++++ .../pmr_typedefs_unordered_map.cc | 40 +++++++ .../pmr_typedefs_unordered_multimap.cc | 40 +++++++ .../pmr_typedefs_unordered_multiset.cc} | 25 +++- .../pmr_typedefs_unordered_set.cc} | 25 +++- .../polymorphic_allocator/pmr_typedefs_vector.cc} | 14 ++- libstdc++-v3/testsuite/ext/ext_pointer/1.cc | 14 +++ 34 files changed, 1142 insertions(+), 199 deletions(-) copy libstdc++-v3/testsuite/20_util/{duration/cons/dr3050.cc => pair/86751.cc} (83%) copy libstdc++-v3/testsuite/20_util/{shared_ptr/observers/array.cc => pair/ref_ass [...] create mode 100644 libstdc++-v3/testsuite/23_containers/map/modifiers/insert/78595.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/ [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/78595.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/modifie [...] copy libstdc++-v3/testsuite/experimental/{functional/87538.cc => memory_resource/7 [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] create mode 100644 libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_t [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] create mode 100644 libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_t [...] create mode 100644 libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_t [...] create mode 100644 libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_t [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...]