Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / gcc-have-sync-compare-and-swap-1.c
blob598f2ddbc31fec59577667d6ce1aa6b5dc6c8417
1 /* { dg-do preprocess } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-march=i386" } */
5 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1
6 #error nonono
7 #endif
9 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
10 #error nonono
11 #endif
13 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
14 #error nonono
15 #endif
17 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
18 #error nonono
19 #endif
21 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16
22 #error nonono
23 #endif