This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31009f367e2 Unset m_checker in sem_function::init. new c1760d8b599 2019-11-18 Richard Biener rguenther@suse.de
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/ChangeLog | 24 ++++++ gcc/testsuite/ChangeLog | 9 +++ gcc/testsuite/g++.dg/vect/slp-pr92516.cc | 43 +++++++++++ gcc/testsuite/gcc.dg/vect/vect-ctor-1.c | 17 +++++ gcc/tree-vect-slp.c | 123 ++++++++++++------------------- 5 files changed, 141 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/slp-pr92516.cc create mode 100644 gcc/testsuite/gcc.dg/vect/vect-ctor-1.c