OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [ieee/] [pr28634.c] - Blame information for rev 378

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

Line No. Rev Author Line
1 297 jeremybenn
/* PR rtl-optimization/28634.  On targets with delayed branches,
2
   dbr_schedule could do the next iteration's addition in the
3
   branch delay slot, then subtract the value again if the branch
4
   wasn't taken.  This can lead to rounding errors.  */
5
double x = -0x1.0p53;
6
double y = 1;
7
int
8
main (void)
9
{
10
  while (y > 0)
11
    y += x;
12
  if (y != x + 1)
13
    abort ();
14
  exit (0);
15
}

powered by: WebSVN 2.1.0

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