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_check_gcc/master-arm 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 adds af2852b9dc3 Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + gcc/ChangeLog | 226 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 5 + 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/fortran/ChangeLog | 42 +++++ gcc/gimple-range-path.cc | 15 +- gcc/ipa-pure-const.c | 7 +- gcc/jit/ChangeLog | 8 + gcc/testsuite/ChangeLog | 41 +++++ 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 +- include/ChangeLog | 8 + libbacktrace/ChangeLog | 7 + libgomp/ChangeLog | 31 ++++ libstdc++-v3/ChangeLog | 85 ++++++++++ 20 files changed, 559 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103209.c