https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90503
--- Comment #6 from uros at gcc dot gnu.org --- Author: uros Date: Mon May 20 22:24:38 2019 New Revision: 271445 URL: https://gcc.gnu.org/viewcvs?rev=271445&root=gcc&view=rev Log: PR testsuite/90503 * gcc.target/i386/pr22076.c (dg-options): Add -mno-sse2. Remove -flax-vector-conversions. (dg-additional-options): Remove. (test): Change to void. Declare m0 and m1 as __m64 and cast initializer in a proper way. Do not return result. (dg-final): Scan for 2 instances of movq. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.target/i386/pr22076.c