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 e7dfd874450 Daily bump. adds a6c192e80a8 analyzer: fix ICE on untracked decl_regions [PR106374] adds 742377ed0f0 analyzer: bulletproof taint warnings against NULL m_arg new 6877993c4da Add alias disambiguation for vectorizer load/store IFNs
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/analyzer/region.cc | 5 + gcc/analyzer/sm-taint.cc | 247 ++++++++++++++++++---------- gcc/testsuite/gcc.dg/analyzer/untracked-2.c | 7 + gcc/tree-ssa-alias.cc | 49 +++++- 4 files changed, 223 insertions(+), 85 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/untracked-2.c