This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31ec413098b tree-optimization/110924 - fix vop liveness for noreturn co [...] new 02a015fa320 VECT: Support CALL vectorization for COND_LEN_* new d9f3ea61fe3 tree-optimization/49955 - BB reduction with odd number of lanes
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/internal-fn.cc | 24 +++++++++++++ gcc/internal-fn.h | 1 + gcc/testsuite/gfortran.dg/vect/pr49955.f | 38 +++++++++++++++++++++ gcc/tree-vect-slp.cc | 30 ++++++++++++++++- gcc/tree-vect-stmts.cc | 58 +++++++++++++++++++++++++++++--- gcc/tree-vectorizer.h | 5 +++ 6 files changed, 150 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/vect/pr49955.f