URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [930210-1.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
f() { char c1, c2; char *p1, *p2; do { c1 = c2 = *p1++; while (c1--) *p2++ = *p1++; } while (c2); }
Go to most recent revision | Compare with Previous | Blame | View Log