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/] [mchar.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
int foo (char *a, char *b) { int x; *a = *b; x = *b; if ((char) x) return 1; else return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log