This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 018d6175e2c Relax hash function to match equals function behavior (PR t [...] new f1c1105c9d6 2018-10-26 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 | 19 ++ gcc/testsuite/ChangeLog | 7 + gcc/testsuite/g++.dg/opt/20181025-1.C | 31 ++++ gcc/testsuite/g++.dg/vect/slp-pr87105.cc | 9 +- gcc/testsuite/gcc.dg/torture/20181024-1.c | 41 +++++ gcc/tree-vect-slp.c | 281 +++++++++++++++++------------- gcc/tree-vectorizer.h | 2 + 7 files changed, 263 insertions(+), 127 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/20181025-1.C create mode 100644 gcc/testsuite/gcc.dg/torture/20181024-1.c