URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [omit.c] - Rev 724
Go to most recent revision | Compare with Previous | Blame | View Log
omit (a, b) char a; char *b; { char x; int i; x = *b; b[1] = x; foo ((int)x); return x + 1; }
Go to most recent revision | Compare with Previous | Blame | View Log