aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/3dnow-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/3dnow-2.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/3dnow-2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/i386/3dnow-2.c b/gcc/testsuite/gcc.target/i386/3dnow-2.c
index 382c1432aa9..4b4d7472265 100644
--- a/gcc/testsuite/gcc.target/i386/3dnow-2.c
+++ b/gcc/testsuite/gcc.target/i386/3dnow-2.c
@@ -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>