This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2033a63cbd0 arm: Improve immediate generation for thumb-1 with -mpureco [...] new 09fa6acd8d9 vec: dead code removal in tree-vect-loop.c new 46a58c779af tree-optimization/96920 - another ICE when vectorizing nest [...] new f923c40f9ba c++: Use iloc_sentinel in mark_use.
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/cp/expr.c | 4 +- gcc/testsuite/gcc.dg/vect/pr96920.c | 20 +++++ gcc/testsuite/gfortran.dg/vect/pr96920.f90 | 37 +++++++++ gcc/tree-vect-loop.c | 117 +++++++++++++++++------------ gcc/tree-vect-slp.c | 20 +++++ gcc/tree-vect-stmts.c | 27 ------- gcc/tree-vectorizer.h | 5 -- 7 files changed, 149 insertions(+), 81 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr96920.c create mode 100644 gcc/testsuite/gfortran.dg/vect/pr96920.f90