URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040726-1.c] - Rev 378
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