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 8a601f9bc45 Remove gcc.dg/pr103229.c adds 64f3e71c302 Extend modref to track kills adds e9a53a4f764 libstdc++: [_GLIBCXX_DEBUG] Remove _Safe_container<>::_M_safe() adds 3057f1ab737 VAX: Add the `setmemhi' instruction
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-tree.c | 179 +++++++++++++++++++++++ gcc/ipa-modref-tree.h | 15 ++ gcc/ipa-modref.c | 126 +++++++++++++--- gcc/ipa-modref.h | 1 + gcc/testsuite/gcc.dg/tree-ssa/modref-dse-3.c | 22 +++ gcc/testsuite/gcc.target/vax/setmem.c | 22 +++ gcc/tree-ssa-alias.c | 207 +++++++++++++++++++-------- 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 +- 21 files changed, 640 insertions(+), 166 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-3.c create mode 100644 gcc/testsuite/gcc.target/vax/setmem.c