URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [opt/] [init2.C] - Rev 751
Go to most recent revision | Compare with Previous | Blame | View Log
// PR middle-end/37414
// { dg-do compile }
// { dg-options "-O2 -ffast-math" }
double x = 6.0;
double y = x * x;
Go to most recent revision | Compare with Previous | Blame | View Log