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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr48822.c] - Blame information for rev 695

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

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
 
3
void foo (int *, int *);
4
int bar ()
5
{
6
  int a = 0;
7
  int b = 0;
8
  if (b != 0)
9
    {
10
      int ax = a;
11
      int bx = b;
12
      while (bx != 0)
13
        {
14
          int tem = ax % bx;
15
          ax = bx;
16
          bx = tem;
17
        }
18
    }
19
  foo (&a, &b);
20
}

powered by: WebSVN 2.1.0

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