URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [931228-1.c] - Rev 711
Go to most recent revision | Compare with Previous | Blame | View Log
f (x) { x &= 010000; x &= 007777; x ^= 017777; x &= 017770; return x; } main () { if (f (-1) != 017770) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log