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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [mcpu-bf522.c] - Diff between revs 691 and 783

Only display areas with differences | Details | Blame | View Log

Rev 691 Rev 783
/* Test for -mcpu=.  */
/* Test for -mcpu=.  */
/* { dg-do preprocess } */
/* { dg-do preprocess } */
/* { dg-bfin-options "-mcpu=bf522" } */
/* { dg-bfin-options "-mcpu=bf522" } */
 
 
#ifndef __ADSPBF522__
#ifndef __ADSPBF522__
#error "__ADSPBF522__ is not defined"
#error "__ADSPBF522__ is not defined"
#endif
#endif
 
 
#ifndef __ADSPBF52x__
#ifndef __ADSPBF52x__
#error "__ADSPBF52x__ is not defined"
#error "__ADSPBF52x__ is not defined"
#endif
#endif
 
 
#if __SILICON_REVISION__ != 0x0002
#if __SILICON_REVISION__ != 0x0002
#error "__SILICON_REVISION__ is not 0x0002"
#error "__SILICON_REVISION__ is not 0x0002"
#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__ <= 0x0001
#if __SILICON_REVISION__ <= 0x0001
#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.