https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103042
--- Comment #8 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:0cf6065ce4997774de66db4de83d461013e0f0e1 commit r12-5112-g0cf6065ce4997774de66db4de83d461013e0f0e1 Author: Tamar Christina <tamar.christ...@arm.com> Date: Wed Nov 10 12:03:33 2021 +0000 testsuite: change vect_long to vect_long_long in complex tests. These tests are still failing on SPARC and it looks like this is because I need to use vect_long_long instead of vect_long. gcc/testsuite/ChangeLog: PR testsuite/103042 * gcc.dg/vect/complex/bb-slp-complex-add-pattern-long.c: Use vect_long_long instead of vect_long. * gcc.dg/vect/complex/bb-slp-complex-add-pattern-unsigned-long.c: Likewise. * gcc.dg/vect/complex/vect-complex-add-pattern-long.c: Likewise. * gcc.dg/vect/complex/vect-complex-add-pattern-unsigned-long.c: Likewise.