This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7850264f749 Refactor uses-allocator construction new eb1258b071c * config/i386/i386.c (expand_vec_perm_movs): Enable V4SFmo [...] new 4a3895903c2 Fix experimental::pmr typedefs and add tests
The 2 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/ChangeLog | 5 ++ gcc/config/i386/emmintrin.h | 2 +- gcc/config/i386/i386.c | 5 +- libstdc++-v3/ChangeLog | 31 +++++++++++ libstdc++-v3/include/experimental/regex | 3 -- libstdc++-v3/include/experimental/string | 6 +-- .../polymorphic_allocator/pmr_typedefs_deque.cc} | 14 ++--- .../pmr_typedefs_forward_list.cc} | 14 ++--- .../polymorphic_allocator/pmr_typedefs_list.cc} | 13 ++--- .../polymorphic_allocator/pmr_typedefs_map.cc} | 18 ++++--- .../polymorphic_allocator/pmr_typedefs_match.cc | 49 ++++++++++++++++++ .../pmr_typedefs_multimap.cc} | 18 ++++--- .../pmr_typedefs_multiset.cc} | 18 ++++--- .../polymorphic_allocator/pmr_typedefs_set.cc} | 18 ++++--- .../polymorphic_allocator/pmr_typedefs_string.cc | 60 ++++++++++++++++++++++ .../pmr_typedefs_unordered_map.cc} | 23 +++++---- .../pmr_typedefs_unordered_multimap.cc} | 23 +++++---- .../pmr_typedefs_unordered_multiset.cc} | 23 +++++---- .../pmr_typedefs_unordered_set.cc} | 23 +++++---- .../polymorphic_allocator/pmr_typedefs_vector.cc} | 14 ++--- 20 files changed, 273 insertions(+), 107 deletions(-) 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/{23_containers/deque/types/pmr_typedefs.cc => experime [...] copy libstdc++-v3/testsuite/{23_containers/map/pmr_typedefs.cc => experimental/pol [...] create mode 100644 libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_t [...] copy libstdc++-v3/testsuite/{23_containers/multimap/pmr_typedefs.cc => experimenta [...] copy libstdc++-v3/testsuite/{23_containers/multiset/pmr_typedefs.cc => experimenta [...] copy libstdc++-v3/testsuite/{23_containers/multiset/pmr_typedefs.cc => experimenta [...] create mode 100644 libstdc++-v3/testsuite/experimental/polymorphic_allocator/pmr_t [...] copy libstdc++-v3/testsuite/{23_containers/unordered_map/pmr_typedefs.cc => experi [...] copy libstdc++-v3/testsuite/{23_containers/unordered_multimap/pmr_typedefs.cc => e [...] copy libstdc++-v3/testsuite/{23_containers/unordered_multiset/pmr_typedefs.cc => e [...] copy libstdc++-v3/testsuite/{23_containers/unordered_set/pmr_typedefs.cc => experi [...] copy libstdc++-v3/testsuite/{20_util/duration/literals/84671.cc => experimental/po [...]