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 2af63f0f53a Whitelity type attributes for function signature change adds e0040bc3d97 Add finalize method to modref summary. adds a246d7230b8 modref_access_node cleanup adds 04c5a91d068 fixincludes: simplify handling for access() failure [PR2128 [...] adds af47f22fd57 Fix checking disabled build. adds 5aa91072e24 Implement DSE of dead functions calls storing memory. new e30bf330443 More ipa-modref-tree.h cleanups
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: fixincludes/fixincl.c | 9 +- gcc/ipa-modref-tree.c | 577 +++++++++++++++++++++++++++ gcc/ipa-modref-tree.h | 560 ++------------------------ gcc/ipa-modref.c | 144 ++++--- gcc/ipa-modref.h | 12 +- gcc/testsuite/g++.dg/cpp1z/inh-ctor23.C | 2 +- gcc/testsuite/g++.dg/ipa/ipa-icf-4.C | 2 +- gcc/testsuite/gcc.dg/tree-ssa/modref-dse-1.c | 28 ++ gcc/testsuite/gcc.dg/tree-ssa/modref-dse-2.c | 31 ++ gcc/tree-ssa-alias.c | 2 +- gcc/tree-ssa-alias.h | 3 + gcc/tree-ssa-dse.c | 108 ++++- gcc/tree-ssa-structalias.c | 4 +- 13 files changed, 883 insertions(+), 599 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-2.c