OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [mcpu-bf522.c] - Diff between revs 315 and 384

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

Rev 315 Rev 384
/* 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.