This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a1faa8e2470 aarch64: Add missing ACLE support for PAC-RET new 3f069011019 Fortran : ICE in gfc_find_array_ref(): No ref found PR95981 new c4facd483de tree-optimization/96163 - fix placement issue with SLP and vectors
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/fortran/check.c | 4 +- gcc/testsuite/g++.dg/vect/pr96163.cc | 146 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr95981.f90 | 9 +++ gcc/tree-vect-slp.c | 32 +++++--- 4 files changed, 178 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr96163.cc create mode 100644 gcc/testsuite/gfortran.dg/pr95981.f90