This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allnoconfig in repository toolchain/ci/gcc.
from 854804d4d0b Add ChangeLog entry for rev 279797 adds 47c4fc06d50 Daily bump. adds f9e233c9d08 Fix SSA update when vectorisation adds a vdef to a read-only loop adds 4682b0a53b3 PR libgomp/93065 * oacc-init.c (goacc_runtime_deinitializ [...] adds fa6ecff34e7 Fix EXTRACT_LAST_REDUCTION segfault
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 15 ++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 8 ++++ gcc/testsuite/gcc.dg/vect/vect-cond-reduc-6.c | 10 ++++ gcc/testsuite/gcc.dg/vect/vect-epilogues-2.c | 57 +++++++++++++++++++++++ gcc/tree-vect-loop-manip.c | 66 +++++++++++++++++++++++++-- gcc/tree-vect-stmts.c | 8 ++-- libgomp/ChangeLog | 5 ++ libgomp/oacc-init.c | 9 ++++ 9 files changed, 172 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-cond-reduc-6.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-epilogues-2.c