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-aarch64 in repository toolchain/ci/gcc.
from 2f1fa70db51 i386: Fix pr104551 testcase for solaris adds 02c808938e7 modref: Comment spelling fixes adds 31702fe9694 strlen: Comment spelling fixes adds 5f2e72db8c0 testsuite: Add testcases for already fixed PR [PR100541] adds 2e1b00367ab cfgrtl: Fix up -g vs. -g0 code generation -flto differences [...] adds 58394373a70 cfg: Dump goto_locus if -fdump-*-*-blocks-details adds d7b4c8feee1 testsuite: Fix up pr104637 testcase [PR104637]
No new revisions were added by this update.
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