2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / gcc-have-sync-compare-and-swap-4.c
blob78a12440a2ed347d4063326829cc999d54e57616
1 /* { dg-options "-mgp64 -mips16" } */
3 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1
4 #error nonono
5 #endif
7 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
8 #error nonono
9 #endif
11 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
12 #error nonono
13 #endif
15 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
16 #error nonono
17 #endif
19 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16
20 #error nonono
21 #endif