OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [opt/] [copysign-1.C] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
// { dg-options "-O2" }
// { dg-options "-O2" }
// { dg-do compile }
// { dg-do compile }
// PR rtl-opt/27883
// PR rtl-opt/27883
// MIPS used to ICE because local flow update
// MIPS used to ICE because local flow update
// was not removing an invalid REG_DEAD.
// was not removing an invalid REG_DEAD.
double copysign (double x, double y);
double copysign (double x, double y);
double GetDouble();
double GetDouble();
double a = copysign (1.0, GetDouble());
double a = copysign (1.0, GetDouble());
 
 

powered by: WebSVN 2.1.0

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