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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr37969.c] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-funswitch-loops" } */
3
 
4
void foo(double);
5
void CreateDefaultTexture(double mnMinimum, double mnMaximum,
6
                          unsigned short nCreateWhat)
7
{
8
  double d = 0.0;
9
  for(;;)
10
    {
11
      if(nCreateWhat & (0x0001)
12
         && mnMinimum != 0.0)
13
        d = mnMinimum;
14
      if(nCreateWhat & (0x0002)
15
         && mnMaximum != 0.0)
16
        d = mnMaximum;
17
      foo(d);
18
    }
19
}
20
 

powered by: WebSVN 2.1.0

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