URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [921202-2.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
int f(long long x) { x >>= 8; return x & 0xff; } main() { if (f(0x0123456789ABCDEFLL) != 0xCD) abort(); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log