* gcc.dg/const-elim-1.c: Remove xfail for xtensa-*-*.
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-3dnowA-2.c
blobea336af414718d50ce3e4c6cfc232e823ff69070
1 /* { dg-do assemble { target i?86-*-* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-O0 -Werror-implicit-function-declaration -m3dnow -march=athlon" } */
5 /* Test that the intrinsics compile without optimization. All of them are
6 defined as inline functions in mmintrin.h that reference the proper
7 builtin functions. Defining away "static" and "__inline" results in
8 all of them being compiled as proper functions. */
10 #define static
11 #define __inline
13 #include <mm3dnow.h>