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-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from 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 new 7da4c46fa9b Daily bump. new c228cb6bfd4 PR tree-optimization/93098 * match.pd (popcount): For shi [...]
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/ChangeLog | 37041 +----------------------- gcc/{ChangeLog => ChangeLog-2019} | 15 + gcc/DATESTAMP | 2 +- gcc/match.pd | 79 +- gcc/testsuite/ChangeLog | 19177 +----------- gcc/testsuite/{ChangeLog => ChangeLog-2019} | 8 + gcc/testsuite/gcc.c-torture/compile/pr93098.c | 37 + 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 + 13 files changed, 265 insertions(+), 56249 deletions(-) copy gcc/{ChangeLog => ChangeLog-2019} (99%) copy gcc/testsuite/{ChangeLog => ChangeLog-2019} (99%) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93098.c 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