URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040726-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR rtl-optimization/16643 */ void foo (int a, int b, int c, int d, int e, int *f) { if (a == 0) if (b == 0) if (c == 0) if (d == 0) { *f = e; return; } *f = e; return; }
Go to most recent revision | Compare with Previous | Blame | View Log