This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d863ba23fb1 PR middle-end/98865: Expand X*Y as X&-Y when Y is [0,1]. new 8ccdc7ce33f libstdc++: Ensure pmr aliases work without <memory_resource> new f3e22baec02 libstdc++: Only include <ext/atomicity.h> for COW string new 6f038efd935 libstdc++: Avoid including <cstdint> for std::char_traits
The 3 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/testsuite/g++.dg/cpp0x/variadic-tuple.C | 2 +- libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/basic_string.h | 1 - libstdc++-v3/include/bits/char_traits.h | 17 +- libstdc++-v3/include/bits/cow_string.h | 2 + .../memory_resource => bits/memory_resource.h} | 399 +----------------- libstdc++-v3/include/std/deque | 2 +- libstdc++-v3/include/std/forward_list | 2 +- libstdc++-v3/include/std/list | 2 +- libstdc++-v3/include/std/map | 2 +- libstdc++-v3/include/std/memory_resource | 464 +-------------------- libstdc++-v3/include/std/regex | 2 +- libstdc++-v3/include/std/set | 2 +- libstdc++-v3/include/std/stacktrace | 15 +- libstdc++-v3/include/std/string | 2 +- libstdc++-v3/include/std/unordered_map | 2 +- libstdc++-v3/include/std/unordered_set | 2 +- libstdc++-v3/include/std/vector | 2 +- libstdc++-v3/src/c++11/cow-stdexcept.cc | 4 + libstdc++-v3/src/c++17/floating_to_chars.cc | 2 + libstdc++-v3/testsuite/20_util/assume_aligned/1.cc | 1 + libstdc++-v3/testsuite/20_util/assume_aligned/3.cc | 1 + .../testsuite/20_util/shared_ptr/creation/array.cc | 1 + .../21_strings/basic_string/types/pmr_typedefs.cc | 3 +- .../23_containers/deque/types/pmr_typedefs.cc | 3 +- .../23_containers/forward_list/pmr_typedefs.cc | 3 +- .../testsuite/23_containers/list/pmr_typedefs.cc | 3 +- .../testsuite/23_containers/map/pmr_typedefs.cc | 3 +- .../23_containers/multimap/pmr_typedefs.cc | 3 +- .../23_containers/multiset/pmr_typedefs.cc | 3 +- .../testsuite/23_containers/set/pmr_typedefs.cc | 3 +- .../23_containers/unordered_map/pmr_typedefs.cc | 3 +- .../unordered_multimap/pmr_typedefs.cc | 3 +- .../unordered_multiset/pmr_typedefs.cc | 3 +- .../23_containers/unordered_set/pmr_typedefs.cc | 3 +- .../testsuite/23_containers/vector/pmr_typedefs.cc | 3 +- .../28_regex/match_results/pmr_typedefs.cc | 3 +- 38 files changed, 86 insertions(+), 887 deletions(-) copy libstdc++-v3/include/{std/memory_resource => bits/memory_resource.h} (58%)