2 /* { dg-do preprocess } */
3 /* { dg-bfin-options "-mcpu=bf526" } */
6 #error "__ADSPBF526__ is not defined"
10 #error "__ADSPBF52x__ is not defined"
13 #if __SILICON_REVISION__ != 0x0002
14 #error "__SILICON_REVISION__ is not 0x0002"
17 #ifndef __WORKAROUNDS_ENABLED
18 #error "__WORKAROUNDS_ENABLED is not defined"
21 #if __SILICON_REVISION__ <= 0x0001
22 #ifndef __WORKAROUND_RETS
23 #error "__WORKAROUND_RETS is not defined"
26 #ifdef __WORKAROUND_RETS
27 #error "__WORKAROUND_RETS is defined"
31 #ifndef __WORKAROUND_SPECULATIVE_LOADS
32 #error "__WORKAROUND_SPECULATIVE_LOADS is not defined"
35 #ifdef __WORKAROUND_SPECULATIVE_SYNCS
36 #error "__WORKAROUND_SPECULATIVE_SYNCS is defined"