This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 66bba4dc263 Daily bump. adds a3fb781d4b3 tree-optimization/102176 - locally compute participating SLP stmts adds 637dfcf43cf Explicitly add -msse2 to compile HF related libgcc source file. new 564efbf4007 Fix PR tree-optimization/63184: add simplification of (& + [...]
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/match.pd | 15 ++++++++ gcc/testsuite/c-c++-common/pr19807-2.c | 5 +-- gcc/testsuite/c-c++-common/pr19807-3.c | 5 +-- gcc/tree-vect-slp.c | 69 +++++++++++++++++++++++++++++++--- libgcc/Makefile.in | 2 +- libgcc/config/i386/64/t-softfp | 5 +++ libgcc/config/i386/_divhc3.c | 4 ++ libgcc/config/i386/_mulhc3.c | 4 ++ libgcc/config/i386/t-softfp | 22 ++++++++++- 9 files changed, 118 insertions(+), 13 deletions(-) create mode 100644 libgcc/config/i386/_divhc3.c create mode 100644 libgcc/config/i386/_mulhc3.c