OSDN Git Service

2007-05-22 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / gcc-have-sync-compare-and-swap-1.c
1 /* { dg-do preprocess { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
2 /* { dg-options "-march=i386" } */
3
4 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1
5 #error nonono
6 #endif
7
8 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
9 #error nonono
10 #endif
11
12 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
13 #error nonono
14 #endif
15
16 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
17 #error nonono
18 #endif
19
20 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16
21 #error nonono
22 #endif