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 eabf7bbe601 i386: Use a new temp slot kind for splitter to floatdi<mode [...] adds e25dce50133 tree-optimization/103037 - PRE simplifying valueized expressions adds d54cdd1538d arc: Fail conditional move expand patterns adds 219a8826cd5 testsuite: Fix ASAN error [PR104687] new cc187fbca79 testsuite: Move pr104540.C test to g++.target/i386/ new 3885a122f81 rs6000: Use rs6000_emit_move in movmisalign<mode> expander [...]
The 2 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/config/arc/arc.cc | 3 +- gcc/config/arc/arc.md | 25 ++++++++--- gcc/config/rs6000/vector.md | 5 ++- gcc/testsuite/g++.dg/opt/pr104681.C | 19 ++++++++ .../{g++.dg => g++.target/i386}/pr104540.C | 0 gcc/testsuite/gcc.dg/lto/20090717_0.c | 2 +- gcc/testsuite/gcc.dg/torture/pr103037.c | 23 ++++++++++ gcc/tree-ssa-pre.cc | 52 +++++++++++++++------- gcc/tree-ssa-sccvn.cc | 11 ++--- gcc/tree-ssa-sccvn.h | 4 ++ 10 files changed, 114 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr104681.C rename gcc/testsuite/{g++.dg => g++.target/i386}/pr104540.C (100%) create mode 100644 gcc/testsuite/gcc.dg/torture/pr103037.c