i386: Fix up X87_ENABLE_{FLOAT,ARITH} in conditions [PR94440]
[gcc.git] / gcc / testsuite / gcc.target / mips / gcc-have-sync-compare-and-swap-4.c
1 /* { dg-options "-mgp64 -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 #ifndef __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