aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/defines-2.c
blob: 4383a059be20f4ac62a5f5c800df4a9f0b5be207 (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-march=athlon64 -mno-mmx" } */

#if defined(__MMX__) || defined(__3dNOW__) || defined(__3dNOW_A__)
#error
#endif