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/] [rx/] [i272091.c] - Rev 323

Compare with Previous | Blame | View Log

/* { dg-do compile } */
/* { dg-options "-msmall-data-limit=100" } */
 
double a=6.76,b=7.34,c=0.54;
double x_1= 45.46;
static double SD_1;
static double SD_init = 45.54;
double DD_1;
double DD_init=769.0;
 
 
int main()
{
   volatile double x,y,z;
 
   x = 56.76;
   y = 4.5645;
 
   z = x + y;
   z = x - 4.65;
   z = 4.566 - x;
   z = x * y;
   b = 8;
   c = 34;
   return 0;
}
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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