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 1c2b44b5236 valtrack: Avoid creating raw SUBREGs with VOIDmode argument [...] adds 754dce903ca Restrict the two sources of vect_recog_cond_expr_convert_pa [...] adds 6bbd8afee00 c++: double non-dep folding from finish_compound_literal [P [...] new db69f666a72 [PR104447] LRA: Do not split non-alloc hard regs.
The 1 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/cp/semantics.cc | 10 +++------- gcc/lra-constraints.cc | 2 +- gcc/match.pd | 6 ++++++ gcc/testsuite/g++.dg/template/non-dependent22.C | 12 ++++++++++++ gcc/testsuite/gcc.target/i386/pr104447.c | 14 ++++++++++++++ gcc/testsuite/gcc.target/i386/pr104551.c | 24 ++++++++++++++++++++++++ gcc/tree-vect-patterns.cc | 6 ++++-- 7 files changed, 64 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/non-dependent22.C create mode 100644 gcc/testsuite/gcc.target/i386/pr104447.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104551.c