https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97494
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:9d4ad8570c3bab2e145aa7b39ce8c66bafbf1945 commit r11-7620-g9d4ad8570c3bab2e145aa7b39ce8c66bafbf1945 Author: Richard Biener <rguent...@suse.de> Date: Thu Mar 11 13:30:56 2021 +0100 testsuite/97494 - amend gcc.dg/vect/slp-21.c As reported in the PR all powerpc64 targets fail FAIL: gcc.dg/vect/slp-21.c scan-tree-dump-times vect "vectorizing stmts using SLP" 2 because like on arm we now vectorize 4 opportunities. This adjusts the testcase to follow the arm example. 2021-03-11 Richard Biener <rguent...@suse.de> PR testsuite/97494 * gcc.dg/vect/slp-21.c: Adjust for powerpc64*-*-*.