aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/sse-14.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/sse-14.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/sse-14.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/i386/sse-14.c b/gcc/testsuite/gcc.target/i386/sse-14.c
index ff8a9ffa488..5bec14dd57c 100644
--- a/gcc/testsuite/gcc.target/i386/sse-14.c
+++ b/gcc/testsuite/gcc.target/i386/sse-14.c
@@ -3,10 +3,10 @@
/* Test that the intrinsics compile without optimization. All of them are
defined as inline functions in {,x,e,p,t,s,a,b}mmintrin.h and mm3dnow.h
- that reference the proper builtin functions. Defining away "static" and
+ that reference the proper builtin functions. Defining away "extern" and
"__inline" results in all of them being compiled as proper functions. */
-#define static
+#define extern
#define __inline
#include <bmmintrin.h>