URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [pyr.c] - Rev 826
Compare with Previous | Blame | View Log
foo (char *a) { char b; int c; b = *a; c = b; if (c < 0) return 1; a[1] = b; }