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

#if defined(__SSE__) || defined(__SSE2__) || defined(__SSE3__)
#error
#endif