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 2f1fa70db51 i386: Fix pr104551 testcase for solaris new 02c808938e7 modref: Comment spelling fixes new 31702fe9694 strlen: Comment spelling fixes new 5f2e72db8c0 testsuite: Add testcases for already fixed PR [PR100541] new 2e1b00367ab cfgrtl: Fix up -g vs. -g0 code generation -flto differences [...] new 58394373a70 cfg: Dump goto_locus if -fdump-*-*-blocks-details new d7b4c8feee1 testsuite: Fix up pr104637 testcase [PR104637]
The 6 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/cfg.cc | 4 ++ gcc/cfgrtl.cc | 4 +- gcc/ipa-modref-tree.cc | 12 ++--- gcc/ipa-modref-tree.h | 10 ++-- gcc/ipa-modref.cc | 80 ++++++++++++++++---------------- gcc/ipa-modref.h | 6 +-- gcc/testsuite/g++.dg/opt/pr100541-1.C | 24 ++++++++++ gcc/testsuite/g++.dg/opt/pr100541-2.C | 25 ++++++++++ gcc/testsuite/gcc.target/i386/pr104637.c | 6 +-- gcc/tree-ssa-strlen.cc | 4 +- 10 files changed, 114 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr100541-1.C create mode 100644 gcc/testsuite/g++.dg/opt/pr100541-2.C