Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / gcc.target / bfin / workarounds-any.c
blob50cec9ca7e46632b3a2e0e9bbf52e40f5b0f2a09
1 /* Test for -mcpu=. */
2 /* { dg-do preprocess } */
3 /* { dg-bfin-options "-mcpu=bf537-any" } */
5 #ifndef __ADSPBF537__
6 #error "__ADSPBF537__ is not defined"
7 #endif
9 #if __SILICON_REVISION__ != 0xffff
10 #error "__SILICON_REVISION__ is not 0xffff"
11 #endif
13 #ifndef __WORKAROUNDS_ENABLED
14 #error "__WORKAROUNDS_ENABLED is not defined"
15 #endif
17 #ifndef __WORKAROUND_SPECULATIVE_LOADS
18 #error "__WORKAROUND_SPECULATIVE_LOADS is not defined"
19 #endif
21 #ifndef __WORKAROUND_SPECULATIVE_SYNCS
22 #error "__WORKAROUND_SPECULATIVE_SYNCS is defined"
23 #endif