OSDN Git Service

b47a2ceb2db71a1c29b0283a912997a4e7bad874
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / mips / gcc-have-sync-compare-and-swap-3.c
1 /* { dg-options "isa>=2 -mgp32 -mips16" } */
2
3 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1
4 #error nonono
5 #endif
6
7 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
8 #error nonono
9 #endif
10
11 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
12 #error nonono
13 #endif
14
15 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
16 #error nonono
17 #endif
18
19 #ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16
20 #error nonono
21 #endif