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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr40570.c] - Rev 688

Compare with Previous | Blame | View Log

extern void anything(int);
 
static int foo(int i);
 
static int bar(int i) { foo(i); }
 
extern int j;
 
static int foo(int i)
{
  if (j)
    anything(j);
  return bar(i);
}
 
int baz()
{
  foo(0);
  if (baz())
    return 1;
  return 0;
}
 

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.