Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / bfin / mcpu-bf544.c
blob9269785057eb1aaafeaf30fceafce532702f39ca
1 /* Test for -mcpu=. */
2 /* { dg-do preprocess } */
3 /* { dg-bfin-options "-mcpu=bf544" } */
5 #ifndef __ADSPBF544__
6 #error "__ADSPBF544__ is not defined"
7 #endif
9 #ifndef __ADSPBF54x__
10 #error "__ADSPBF54x__ is not defined"
11 #endif
13 #if __SILICON_REVISION__ != 0x0004
14 #error "__SILICON_REVISION__ is not 0x0004"
15 #endif
17 #ifndef __WORKAROUNDS_ENABLED
18 #error "__WORKAROUNDS_ENABLED is not defined"
19 #endif
21 #if __SILICON_REVISION__ <= 0x0001
22 #ifndef __WORKAROUND_RETS
23 #error "__WORKAROUND_RETS is not defined"
24 #endif
25 #else
26 #ifdef __WORKAROUND_RETS
27 #error "__WORKAROUND_RETS is defined"
28 #endif
29 #endif
31 #ifndef __WORKAROUND_SPECULATIVE_LOADS
32 #error "__WORKAROUND_SPECULATIVE_LOADS is not defined"
33 #endif
35 #ifdef __WORKAROUND_SPECULATIVE_SYNCS
36 #error "__WORKAROUND_SPECULATIVE_SYNCS is defined"
37 #endif