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

Subversion Repositories openrisc

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

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

/* PR rtl-optimization/52092 */
 
int a, b, c, d, e, f, g;
 
void
foo (void)
{
  for (;;)
    {
      int *h = 0;
      int i = 3;
      int **j = &h;
      if (e)
	{
	  c = d || a;
	  g = c ? a : b;
	  if ((char) (i * g))
	    {
	      h = &f;
	      *h = 0;
	    }
	  **j = 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.