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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [mcpu-bf533.c] - Diff between revs 315 and 338

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 315 Rev 338
/* Test for -mcpu=.  */
/* Test for -mcpu=.  */
/* { dg-do preprocess } */
/* { dg-do preprocess } */
/* { dg-bfin-options "-mcpu=bf533" } */
/* { dg-bfin-options "-mcpu=bf533" } */
 
 
#ifndef __ADSPBF533__
#ifndef __ADSPBF533__
#error "__ADSPBF533__ is not defined"
#error "__ADSPBF533__ is not defined"
#endif
#endif
 
 
#if __SILICON_REVISION__ != 0x0006
#if __SILICON_REVISION__ != 0x0006
#error "__SILICON_REVISION__ is not 0x0006"
#error "__SILICON_REVISION__ is not 0x0006"
#endif
#endif
 
 
#ifndef __WORKAROUNDS_ENABLED
#ifndef __WORKAROUNDS_ENABLED
#error "__WORKAROUNDS_ENABLED is not defined"
#error "__WORKAROUNDS_ENABLED is not defined"
#endif
#endif
 
 
#if __SILICON_REVISION__ <= 0x0005
#if __SILICON_REVISION__ <= 0x0005
#ifndef __WORKAROUND_RETS
#ifndef __WORKAROUND_RETS
#error "__WORKAROUND_RETS is not defined"
#error "__WORKAROUND_RETS is not defined"
#endif
#endif
#else
#else
#ifdef __WORKAROUND_RETS
#ifdef __WORKAROUND_RETS
#error "__WORKAROUND_RETS is defined"
#error "__WORKAROUND_RETS is defined"
#endif
#endif
#endif
#endif
 
 
#ifndef __WORKAROUND_SPECULATIVE_LOADS
#ifndef __WORKAROUND_SPECULATIVE_LOADS
#error "__WORKAROUND_SPECULATIVE_LOADS is not defined"
#error "__WORKAROUND_SPECULATIVE_LOADS is not defined"
#endif
#endif
 
 
#ifdef __WORKAROUND_SPECULATIVE_SYNCS
#ifdef __WORKAROUND_SPECULATIVE_SYNCS
#error "__WORKAROUND_SPECULATIVE_SYNCS is defined"
#error "__WORKAROUND_SPECULATIVE_SYNCS is defined"
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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