2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gcc.target / rx / i272091.c
blob39da576326f9b125383b2e67cdda179422741306
1 /* { dg-do compile } */
2 /* { dg-options "-msmall-data-limit=100" } */
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;
12 int main()
14 volatile double x,y,z;
16 x = 56.76;
17 y = 4.5645;
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;