This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0aa9aa76bbf Remove dead code. new 52b7b86f8c7 tree-optimization/103116 - SLP permutes and peeling for gaps new eca04dc8555 tree-optimization/104658 - avoid mixing mask & non-mask vec [...]
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/testsuite/gcc.dg/vect/pr103116-1.c | 50 ++++++++++++++ gcc/testsuite/gcc.dg/vect/pr103116-2.c | 59 ++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104658.c | 113 +++++++++++++++++++++++++++++++ gcc/tree-vect-slp.cc | 9 ++- gcc/tree-vect-stmts.cc | 36 ++++++++++ 5 files changed, 265 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr103116-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103116-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104658.c