URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [900407-1.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
foo (a, b, p) int *p; { int c; p[1] = a + 0x1000; c = b + 0xffff0000; if ((b + 0xffff0000) == 0) c++; p[2] = c; }
Go to most recent revision | Compare with Previous | Blame | View Log