https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075
--- Comment #14 from rguenther at suse dot de <rguenther at suse dot de> --- On Thu, 3 Dec 2020, clyon at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075 > > Christophe Lyon <clyon at gcc dot gnu.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |clyon at gcc dot gnu.org > > --- Comment #13 from Christophe Lyon <clyon at gcc dot gnu.org> --- > The new test fails on gcc-9 on aarch64: > > FAIL: gcc.dg/vect/slp-46.c -flto -ffat-lto-objects scan-tree-dump-times vect > "vectorizing stmts using SLP" 2 > FAIL: gcc.dg/vect/slp-46.c scan-tree-dump-times vect "vectorizing stmts using > SLP" 2 > > The log says "pattern found 0 times" Hmm, trunk has { xfail vect_load_lanes } there, but the GCC 10 branch also misses that. Can you check if the GCC 10 branch also sees this FAIL and if adding the XFAIL helps?