Merge with trank @ 137446
[official-gcc.git] / gcc / testsuite / gcc.target / bfin / mcpu-bf531.c
blob9adf99e08e17c9491871b5421f0f4bc3c923a1e5
1 /* Test for -mcpu=. */
2 /* { dg-do preprocess } */
3 /* { dg-bfin-options "-mcpu=bf531" } */
5 #ifndef __ADSPBF531__
6 #error "__ADSPBF531__ is not defined"
7 #endif
9 #if __SILICON_REVISION__ != 0x0005
10 #error "__SILICON_REVISION__ is not 0x0005"
11 #endif
13 #ifndef __WORKAROUNDS_ENABLED
14 #error "__WORKAROUNDS_ENABLED is not defined"
15 #endif
17 #ifndef __WORKAROUND_RETS
18 #error "__WORKAROUND_RETS is not defined"
19 #endif
21 #ifndef __WORKAROUND_SPECULATIVE_LOADS
22 #error "__WORKAROUND_SPECULATIVE_LOADS is not defined"
23 #endif
25 #ifdef __WORKAROUND_SPECULATIVE_SYNCS
26 #error "__WORKAROUND_SPECULATIVE_SYNCS is defined"
27 #endif