Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gcc.target / bfin / workarounds-3.c
blobd9781bae2fde1268df1bd6fef941eac6cc6ee405
1 /* Test for -mcpu=. */
2 /* { dg-do preprocess } */
3 /* { dg-bfin-options "-mcpu=bf537-none" } */
5 #ifndef __ADSPBF537__
6 #error "__ADSPBF537__ is not defined"
7 #endif
9 #ifdef __SILICON_REVISION__
10 #error "__SILICON_REVISION__ is defined"
11 #endif
13 #ifdef __WORKAROUNDS_ENABLED
14 #error "__WORKAROUNDS_ENABLED is defined"
15 #endif
17 #ifdef __WORKAROUND_SPECULATIVE_LOADS
18 #error "__WORKAROUND_SPECULATIVE_LOADS is defined"
19 #endif
21 #ifdef __WORKAROUND_SPECULATIVE_SYNCS
22 #error "__WORKAROUND_SPECULATIVE_SYNCS is defined"
23 #endif