URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [a1.c] - Rev 714
Go to most recent revision | Compare with Previous | Blame | View Log
int foo (a, p) int *p; { p[0] = 85 * a; p[1] = -86 * a; }
Go to most recent revision | Compare with Previous | Blame | View Log