This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9a4c7158a7 libstdc++: Rename __cmp_cat::__unspec to __cmp_cat::__liter [...] new d5b1baa7f22 Pass vectype to vect_check_gather_scatter new 0b6f1de05e2 Avoid touching STMT_VINFO_VECTYPE in bump_vector_ptr new 861b7c054e5 tree-optimization/121754 - ICE with vect_reduc_type and nes [...] new 3f868fb1509 Restore STMT_VINFO_VECTYPE during analysis, set to NULL for [...]
The 4 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/pr121754.c | 13 +++++++++++++ gcc/testsuite/gcc.target/aarch64/vect-pr121754.c | 14 ++++++++++++++ gcc/tree-vect-data-refs.cc | 22 ++++++++-------------- gcc/tree-vect-patterns.cc | 10 +++++----- gcc/tree-vect-slp.cc | 7 ++++--- gcc/tree-vect-stmts.cc | 20 ++++++++++---------- gcc/tree-vectorizer.h | 14 +++++--------- 7 files changed, 59 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr121754.c create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-pr121754.c