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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr47141.c] - Blame information for rev 749

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

Line No. Rev Author Line
1 688 jeremybenn
int
2
foo (__UINTPTR_TYPE__ x)
3
{
4
  int a = 6;
5
  int *b = &a;
6
  if (x)
7
    for (a = 0; a; a++)
8
      ;
9
  return a;
10
}
11
 
12
void
13
bar (void)
14
{
15
  foo ((__UINTPTR_TYPE__) foo);
16
}

powered by: WebSVN 2.1.0

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