ix86: fix PR/65105 testcase 2
authorJan Beulich <jbeulich@suse.com>
Fri, 1 Jul 2016 09:42:59 +0000 (09:42 +0000)
committerJan Beulich <jbeulich@gcc.gnu.org>
Fri, 1 Jul 2016 09:42:59 +0000 (09:42 +0000)
I cannot see how without allowing the compiler to use SSE2 instructions
(as is done by all other tests for this PR scanning for particular
instructions) this test could ever have succeeded anywhere.

gcc/testsuite/
2016-07-01  Jan Beulich  <jbeulich@suse.com>

* gcc.target/i386/pr65105-2.c: Add -msse2.

From-SVN: r237908

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr65105-2.c

index ac86ece33e3f791ee30e97ce2d92a99647528ed7..86d596cad266fd532d8a07cf6309dc74792df5ae 100644 (file)
@@ -1,3 +1,7 @@
+2016-07-01  Jan Beulich  <jbeulich@suse.com>
+
+       * gcc.target/i386/pr65105-2.c: Add -msse2.
+
 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/71707
index 92168942d11203f33642cbd5fdeb0ea712e66a48..607c9abab6a25ffbaebc3567df854a48cb696e50 100644 (file)
@@ -1,6 +1,6 @@
 /* PR target/pr65105 */
 /* { dg-do compile { target { ia32 } } } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -msse2" } */
 /* { dg-final { scan-assembler "por" } } */
 
 long long i1, i2, res;