Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / gcc-have-sync-compare-and-swap-3.c
blobb47a2ceb2db71a1c29b0283a912997a4e7bad874
1 /* { dg-options "isa>=2 -mgp32 -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 #ifdef __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