URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [opt/] [copysign-1.C] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-options "-O2" }
// { dg-do compile }
// PR rtl-opt/27883
// MIPS used to ICE because local flow update
// was not removing an invalid REG_DEAD.
double copysign (double x, double y);
double GetDouble();
double a = copysign (1.0, GetDouble());
Go to most recent revision | Compare with Previous | Blame | View Log