This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from cd427e17c00 [PATCH, rs6000] Remove the (no longer used) BTC defines. adds 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/expr.cc | 32 ++ gcc/testsuite/g++.dg/cpp0x/variadic-tuple.C | 2 +- gcc/testsuite/gcc.target/i386/pr98865.c | 54 +++ 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 +- 40 files changed, 172 insertions(+), 887 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr98865.c copy libstdc++-v3/include/{std/memory_resource => bits/memory_resource.h} (58%)