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 d123daec0c2 Fix ifcvt-4.c to not depend on VRP2 asserts. adds 6123b998b18 match.pd: Optimize MIN_EXPR <addr1, addr2> etc. addr1 < add [...] adds 308531d148a or1k: Add return address argument to _mcount call adds 6ef9ad93094 path relation oracle: Remove SSA's being killed from the eq [...]
No new revisions were added by this update.
Summary of changes: gcc/config/or1k/or1k.h | 5 +- gcc/fold-const.c | 126 ++++++++++++++++++++ gcc/fold-const.h | 2 + gcc/match.pd | 172 ++++++++------------------- gcc/testsuite/gcc.dg/Wstringop-overflow-62.c | 8 +- gcc/testsuite/gcc.dg/tree-ssa/pr102951.c | 41 +++++++ gcc/value-relation.cc | 20 ++-- 7 files changed, 233 insertions(+), 141 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102951.c