This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from d863ba23fb1 PR middle-end/98865: Expand X*Y as X&-Y when Y is [0,1]. adds 8ccdc7ce33f libstdc++: Ensure pmr aliases work without <memory_resource> adds f3e22baec02 libstdc++: Only include <ext/atomicity.h> for COW string adds 6f038efd935 libstdc++: Avoid including <cstdint> for std::char_traits adds 12750f80bff Daily bump. new 6865c9599f6 Disable snapshots from gcc-9
The 1 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 | 55 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 316 ++++++++++++++ gcc/testsuite/ChangeLog | 26 ++ gcc/testsuite/g++.dg/cpp0x/variadic-tuple.C | 2 +- libstdc++-v3/ChangeLog | 64 +++ 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 +- maintainer-scripts/crontab | 1 - 44 files changed, 548 insertions(+), 889 deletions(-) copy libstdc++-v3/include/{std/memory_resource => bits/memory_resource.h} (58%)