This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from a8029add306 Daily bump. adds a29174904bb Cleanup tree-ssa-alias and tree-ssa-dse use of modref summary adds 5a6100a2553 tsan: remove not needed -ldl in options new a7ef5da3a9c Do not pass NULL to memset in ssa_global_cache.
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/gimple-range-cache.cc | 3 +- gcc/ipa-modref-tree.c | 35 +++++++++++++ gcc/ipa-modref-tree.h | 9 ++-- gcc/testsuite/c-c++-common/asan/null-deref-1.c | 2 +- gcc/testsuite/c-c++-common/tsan/free_race.c | 1 + gcc/testsuite/c-c++-common/tsan/free_race2.c | 1 + gcc/testsuite/gcc.dg/ipa/ipa-sra-4.c | 2 +- gcc/testsuite/gcc.dg/pr103229.c | 10 ++++ gcc/tree-ssa-alias.c | 68 ++++++++------------------ gcc/tree-ssa-dse.c | 32 +++++------- 10 files changed, 89 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr103229.c