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 87fcff96db6 aarch64: Remove redundant costing code adds 72f1c1c4521 analyzer: "__analyzer_dump_state" has no side-effects adds b301cb43a79 Fix ipa-pure-const adds 264f061997c path solver: Solve PHI imports first for ranges. adds 4d2d5565a09 Fix wrong code with pure functions adds 1bac7d31a12 or1k: Fix clobbering of _mcount argument if fPIC is enabled
No new revisions were added by this update.
Summary of changes: gcc/analyzer/engine.cc | 7 ++-- gcc/config/or1k/or1k-protos.h | 1 + gcc/config/or1k/or1k.c | 49 +++++++++++++++++++++----- gcc/config/or1k/or1k.h | 8 +---- gcc/gimple-range-path.cc | 15 ++++++-- gcc/ipa-pure-const.c | 7 ++-- gcc/testsuite/gcc.c-torture/execute/pr103209.c | 36 +++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c | 2 +- gcc/tree-ssa-structalias.c | 2 +- 9 files changed, 100 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103209.c