OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [workarounds-3.c] - Blame information for rev 315

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 315 jeremybenn
/* Test for -mcpu=.  */
2
/* { dg-do preprocess } */
3
/* { dg-bfin-options "-mcpu=bf537-none" } */
4
 
5
#ifndef __ADSPBF537__
6
#error "__ADSPBF537__ is not defined"
7
#endif
8
 
9
#ifdef __SILICON_REVISION__
10
#error "__SILICON_REVISION__ is defined"
11
#endif
12
 
13
#ifdef __WORKAROUNDS_ENABLED
14
#error "__WORKAROUNDS_ENABLED is defined"
15
#endif
16
 
17
#ifdef __WORKAROUND_RETS
18
#error "__WORKAROUND_RETS is defined"
19
#endif
20
 
21
#ifdef __WORKAROUND_SPECULATIVE_LOADS
22
#error "__WORKAROUND_SPECULATIVE_LOADS is defined"
23
#endif
24
 
25
#ifdef __WORKAROUND_SPECULATIVE_SYNCS
26
#error "__WORKAROUND_SPECULATIVE_SYNCS is defined"
27
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.