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-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
No new revisions were added by this update.
Summary of changes: gcc/config/vax/vax.h | 1 + gcc/config/vax/vax.md | 64 +++++++ gcc/ipa-modref.c | 198 +++++++++++++++++---- gcc/ipa-modref.h | 20 +++ .../gcc.target/vax/{cpymem.c => setmem.c} | 9 +- gcc/tree-ssa-alias.c | 2 +- gcc/tree-ssa-structalias.c | 1 + 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 +- 19 files changed, 338 insertions(+), 126 deletions(-) copy gcc/testsuite/gcc.target/vax/{cpymem.c => setmem.c} (56%)