OSDN Git Service

PR target/34000
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / 3dnow-2.c
index 382c143..4b4d747 100644 (file)
@@ -3,10 +3,10 @@
 
 /* Test that the intrinsics compile 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
+   builtin functions.  Defining away "extern" and "__inline" results in
    all of them being compiled as proper functions.  */
 
-#define static
+#define extern
 #define __inline
 
 #include <mm3dnow.h>