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 3e7db517472 Daily bump. adds b9b764bce89 MAINTAINERS: Add myself as PowerPC port co-maintainer adds 938a02a589d tree-optimization/104595 - vectorization of COND_EXPR with [...] adds e1a41143a2e tree-optimization/105484 - VEC_SET and EH adds 000f4480005 testsuite/105486 - adjust testcase to avoid misaligned accesses new c2a0d2e6f63 rewrite undefined overflow to defined in ifcombine
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: MAINTAINERS | 4 +++- gcc/gimple-isel.cc | 19 ++++++++++++------- gcc/testsuite/gcc.dg/torture/pr105484.c | 15 +++++++++++++++ gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c | 3 +++ gcc/testsuite/gcc.dg/vect/pr104595.c | 24 ++++++++++++++++++++++++ gcc/tree-ssa-ifcombine.cc | 29 +++++++++++++++++++++++++++++ gcc/tree-vect-patterns.cc | 16 ++++++++-------- 7 files changed, 94 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr105484.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104595.c