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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr50827.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* PR debug/50827 */
2
/* { dg-do compile } */
3
/* { dg-options "-g -O2 -funroll-loops" } */
4
 
5
void
6
foo (int w, int x, int *y, int *z)
7
{
8
  float f;
9
  while (w--)
10
    {
11
      f = x;
12
      if (y)
13
        *y = (__INTPTR_TYPE__) y + w;
14
      if (z)
15
        *z = w;
16
    }
17
}

powered by: WebSVN 2.1.0

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