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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [930411-1.c] - Rev 749

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

int heap;
 
g(){}
 
f(int i1, int i2)
{
  i1 = *(int*)(i1 + 4);
  if (i1 == 0)
    goto L4;
  else
    goto L9;
 L3:
  i2 = heap - 8;
  *(int*)i2 = 3;
  *(int*)(i2 + 4) = i1;
  heap -= 8;
  return i2;
 L4:
  i1 = g(i2);
  goto L5;
 L5:
  i1 = *(int*)(i1 + 4);
  if (i1 == 0)
    goto L7;
  else
    goto L8;
 L7:
  i1 = 0;
  goto L3;
 L8:
  i1 = 1;
  goto L3;
 L9:
  i1 = 1;
  goto L3;
}
 

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.