OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / bfin / mcpu-bf536.c
1 /* Test for -mcpu=.  */
2 /* { dg-do preprocess } */
3 /* { dg-bfin-options "-mcpu=bf536" } */
4
5 #ifndef __ADSPBF536__
6 #error "__ADSPBF536__ is not defined"
7 #endif
8
9 #if __SILICON_REVISION__ != 0x0003
10 #error "__SILICON_REVISION__ is not 0x0003"
11 #endif
12
13 #ifndef __WORKAROUNDS_ENABLED
14 #error "__WORKAROUNDS_ENABLED is not defined"
15 #endif
16
17 #ifndef __WORKAROUND_SPECULATIVE_LOADS
18 #error "__WORKAROUND_SPECULATIVE_LOADS is not defined"
19 #endif
20
21 #ifdef __WORKAROUND_SPECULATIVE_SYNCS
22 #error "__WORKAROUND_SPECULATIVE_SYNCS is defined"
23 #endif