URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [930527-1.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
f (unsigned char x) { return (0x50 | (x >> 4)) ^ 0xff; } main () { if (f (0) != 0xaf) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log