URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr28905.c] - Rev 302
Go to most recent revision | Compare with Previous | Blame | View Log
/* We used to ICE here because after VRP we ended up with non-compatible ranges in a value-range equivalences set. */ void code_comment (int size) { int i; for (i = 0; i < size; i++) if (i) if (i < 0) if (i < 0) return; }
Go to most recent revision | Compare with Previous | Blame | View Log