Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-3dnowA-2.c
blob0cce3b1318cec8ad739cb0ca71de028ebf77ad60
1 /* { dg-do assemble { target i?86-*-* x86_64-*-* } } */
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>