This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 9a5bda1f643 PR libstdc++/77854 document size_type for containers new ac5bf935a52 PR libstdc++/70966 make pmr::new_delete_resource() immortal new c126a67c665 Fix experimental::pmr typedefs and add tests new ad840f2a647 Fix __gnu_cxx::_Pointer_adapter for long long arithmetic new 829257b8345 PR libstdc++/78595 implement insertion into maps in terms o [...] new 2c79ff811df 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 | 6 +- libstdc++-v3/include/experimental/string | 8 +- libstdc++-v3/include/ext/pointer.h | 4 + libstdc++-v3/include/std/type_traits | 11 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 34 ++++++ .../creation/87278.cc => pair/86751.cc} | 11 +- .../{variant/86874.cc => pair/ref_assign.cc} | 45 +++++--- .../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, 1138 insertions(+), 179 deletions(-) copy libstdc++-v3/testsuite/20_util/{shared_ptr/creation/87278.cc => pair/86751.cc} (85%) copy libstdc++-v3/testsuite/20_util/{variant/86874.cc => pair/ref_assign.cc} (55%) 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 [...]