URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr28905.c] - Rev 774
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