re PR target/31585 (gcc.target/i386/sse-vect-types.c FAILs (also sse-13.c and sse...
authorUros Bizjak <ubizjak@gmail.com>
Sun, 20 May 2007 09:54:23 +0000 (11:54 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 20 May 2007 09:54:23 +0000 (11:54 +0200)
        PR target/31585
        * gcc.target/i386/sse-vect-types.c: Do not redefine "static"
        and "__inline".  Use "-msse" instead of "-msse2".

From-SVN: r124868

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/sse-vect-types.c

index 20d58c7..3a39a0f 100644 (file)
@@ -1,3 +1,9 @@
+2006-05-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/31585
+       * gcc.target/i386/sse-vect-types.c: Do not redefine "static"
+       and "__inline".  Use "-msse" instead of "-msse2".
+
 2006-05-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
 
        PR middle-end/7651
index 10a544d..19f1d9a 100644 (file)
@@ -1,13 +1,5 @@
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
-/* { dg-options "-O0 -msse2" } */
-
-/* Test the intrinsics without optimization.  All of them are
-   defined as inline functions in mmintrin.h that reference the proper
-   builtin functions.  Defining away "static" and "__inline" results in
-   all of them being compiled as proper functions.  */
-
-#define static
-#define __inline
+/* { dg-options "-O0 -msse" } */
 
 #include <xmmintrin.h>