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 745
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