20060512-1.c: Add -msse2 command line option.
authorRoger Sayle <roger@eyesopen.com>
Sun, 21 May 2006 16:21:19 +0000 (16:21 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 21 May 2006 16:21:19 +0000 (16:21 +0000)
* gcc.target/i386/20060512-1.c: Add -msse2 command line option.
* gcc.target/i386/20060512-3.c: Likewise.

From-SVN: r113957

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/20060512-1.c
gcc/testsuite/gcc.target/i386/20060512-3.c

index 91f55ee50582bec0d690f55b9cfca21b06a40e72..6adae3358f1afb5fa2f0eb5103bf3a85f499ee86 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-21  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/i386/20060512-1.c: Add -msse2 command line option.
+       * gcc.target/i386/20060512-3.c: Likewise.
+
 2006-05-21  Kazu Hirata  <kazu@codesourcery.com>
 
        PR rtl-optimization/27671
index a3724ec47ba476a82809a64f7ab22f168387c946..fc0bcf1625ab8cd1e8e140863eca6ecf25b71eb2 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run { target i?86-*-* } } */
-/* { dg-options "-std=gnu99" } */
+/* { dg-options "-std=gnu99 -msse2" } */
 #include <emmintrin.h>
 __m128i __attribute__ ((__noinline__))
 vector_using_function ()
index 72f0da00bb66fbeda23a63c1e2907e5230975959..f21cdc1fc43b248ac48a6429380307ff8fa663a2 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run { target i?86-*-* } } */
-/* { dg-options "-std=gnu99 -mstackrealign" } */
+/* { dg-options "-std=gnu99 -msse2 -mstackrealign" } */
 #include <emmintrin.h>
 __m128i __attribute__ ((__noinline__))
 vector_using_function ()