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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20001130-1.c] - Rev 149

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

static inline int bar(void) { return 1; }
static int mem[3];
 
static int foo(int x)
{
  if (x != 0)
    return x;
 
  mem[x++] = foo(bar());
 
  if (x != 1)
    abort();
 
  return 0;
}
 
int main()
{
  foo(0);
  return 0;
}
 

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

powered by: WebSVN 2.1.0

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