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-aarch64 in repository toolchain/ci/gcc.
from 64f3e71c302 Extend modref to track kills adds e9a53a4f764 libstdc++: [_GLIBCXX_DEBUG] Remove _Safe_container<>::_M_safe() adds 3057f1ab737 VAX: Add the `setmemhi' instruction adds a34edf9a3e9 Track nondeterminism and interposable calls in ipa-modref new 09f33d12b54 [Commmitted] Move some testcases to torture from tree-ssa new b85a03ae11b Daily bump.
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 | 84 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/vax/vax.h | 1 + gcc/config/vax/vax.md | 64 +++++++ gcc/ipa-modref.c | 198 +++++++++++++++++---- gcc/ipa-modref.h | 20 +++ gcc/testsuite/ChangeLog | 43 +++++ .../tree-ssa => gcc.c-torture/compile}/pr100278.c | 2 - .../tree-ssa => gcc.c-torture/compile}/pr101189.c | 2 - .../tree-ssa => gcc.c-torture/execute}/pr100453.c | 2 - .../tree-ssa => gcc.c-torture/execute}/pr101335.c | 2 - gcc/testsuite/gcc.target/vax/setmem.c | 22 +++ gcc/tree-ssa-alias.c | 2 +- gcc/tree-ssa-structalias.c | 1 + libstdc++-v3/ChangeLog | 54 ++++++ libstdc++-v3/include/debug/deque | 6 +- libstdc++-v3/include/debug/forward_list | 23 ++- libstdc++-v3/include/debug/list | 24 +-- libstdc++-v3/include/debug/map.h | 8 +- libstdc++-v3/include/debug/multimap.h | 8 +- libstdc++-v3/include/debug/multiset.h | 8 +- libstdc++-v3/include/debug/safe_container.h | 4 - libstdc++-v3/include/debug/set.h | 8 +- libstdc++-v3/include/debug/string | 22 +-- libstdc++-v3/include/debug/unordered_map | 24 +-- libstdc++-v3/include/debug/unordered_set | 24 +-- libstdc++-v3/include/debug/vector | 10 +- 27 files changed, 538 insertions(+), 130 deletions(-) rename gcc/testsuite/{gcc.dg/tree-ssa => gcc.c-torture/compile}/pr100278.c (78%) rename gcc/testsuite/{gcc.dg/tree-ssa => gcc.c-torture/compile}/pr101189.c (79%) rename gcc/testsuite/{gcc.dg/tree-ssa => gcc.c-torture/execute}/pr100453.c (80%) rename gcc/testsuite/{gcc.dg/tree-ssa => gcc.c-torture/execute}/pr101335.c (79%) create mode 100644 gcc/testsuite/gcc.target/vax/setmem.c