URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr35171.c] - Rev 688
Compare with Previous | Blame | View Log
int f(int a, int b, short c, int d, short e) { int i; for (i = 1; i <= 2 ; i++) { c -= 4; a = c; d = d + (b?b:e); } return a + d; }