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/] [rx/] [i272091.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 323 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-msmall-data-limit=100" } */
3
 
4
double a=6.76,b=7.34,c=0.54;
5
double x_1= 45.46;
6
static double SD_1;
7
static double SD_init = 45.54;
8
double DD_1;
9
double DD_init=769.0;
10
 
11
 
12
int main()
13
{
14
   volatile double x,y,z;
15
 
16
   x = 56.76;
17
   y = 4.5645;
18
 
19
   z = x + y;
20
   z = x - 4.65;
21
   z = 4.566 - x;
22
   z = x * y;
23
   b = 8;
24
   c = 34;
25
   return 0;
26
}
27
 

powered by: WebSVN 2.1.0

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