OSDN Git Service

* gcc.target/i386/20060512-1.c: Add -msse2 command line option.
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 May 2006 16:21:19 +0000 (16:21 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 May 2006 16:21:19 +0000 (16:21 +0000)
* gcc.target/i386/20060512-3.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113957 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 91f55ee..6adae33 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 a3724ec..fc0bcf1 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 72f0da0..f21cdc1 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 ()