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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr29921.c] - Rev 753

Go to most recent revision | Compare with Previous | Blame | View Log

/* With -ffast-math, the latice value for t changes from -0.0 to 0.0 in this
   testcase.  */
 
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-math" } */
 
double test (int param)
{
  double a = 0.0, b = -1.0, t;
  int i;
 
  for (i = 0; i < 100; i++)
    {
      t = a * b;
      if (param)
	b = 2.0;
    }
 
  return t;
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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