This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 13a966d56fe libgcc: Fix COPY_ARG_VAL initializer (PR 117537) new f56343c5ea9 tree-optimization/117567 - make SLP reassoc resilent agains [...] new 86708a88fb5 Remove last comparison-code expand_vec_cond_expr_p call fro [...] new 9ede072ffaf Avoid expand_vec_cond_expr_p with comparison code
The 3 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/torture/pr117567.c | 17 ++++++++++ gcc/tree-vect-generic.cc | 4 ++- gcc/tree-vect-slp.cc | 55 ++++++++++++++++++++++++--------- gcc/tree-vect-stmts.cc | 6 ++-- 4 files changed, 63 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr117567.c