https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105196
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tamar Christina <tnfch...@gcc.gnu.org>: https://gcc.gnu.org/g:68163cc2de1d3125ed9dbb8eac3294d1f9118641 commit r12-8050-g68163cc2de1d3125ed9dbb8eac3294d1f9118641 Author: Tamar Christina <tamar.christ...@arm.com> Date: Thu Apr 7 19:53:43 2022 +0100 testsuite: delete slp scan from loop vect test. I accidentally left in an slp1 check in the vect test which showed up as UNRESOLVED and had missed it in the sum file. This deletes that line. gcc/testsuite/ChangeLog: PR testsuite/105196 * gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c: Remove slp1 check.