https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116571
--- Comment #8 from rguenther at suse dot de <rguenther at suse dot de> --- On Tue, 1 Oct 2024, tschwinge at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116571 > > --- Comment #7 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- > (In reply to Richard Biener from comment #5) > > (In reply to Thomas Schwinge from comment #4) > > > The GCN target FAILs that I originally had reported here: > > > > > > > [-PASS:-]{+FAIL:+} gcc.dg/vect/slp-11a.c scan-tree-dump-times vect > > > > "vectorizing stmts using SLP" [-0-]{+1+} > > > > > > > [-PASS:-]{+FAIL:+} gcc.dg/vect/slp-12a.c scan-tree-dump-times vect > > > > "vectorizing stmts using SLP" [-0-]{+1+} > > > > > > ... are back to PASS as of recently; should we close this PR? > > > > I'd say so. > > The latter FAIL is back (tested '-march=gfx908'): > > PASS: gcc.dg/vect/slp-12a.c (test for excess errors) > PASS: gcc.dg/vect/slp-12a.c execution test > PASS: gcc.dg/vect/slp-12a.c scan-tree-dump-times vect "vectorized 1 loops" > 1 > [-PASS:-]{+FAIL:+} gcc.dg/vect/slp-12a.c scan-tree-dump-times vect > "vectorizing stmts using SLP" 1 > > ..., because: > > gcc.dg/vect/slp-12a.c: pattern found 2 times > > I've not bisected which change of the last 1.5 weeks is responsible. Btw, 2 matches is perfect - so this is now mostly a testsuite issue.