URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [941025-1.c] - Rev 711
Go to most recent revision | Compare with Previous | Blame | View Log
long f (x, y) long x,y; { return (x > 1) ? y : (y & 1); } main () { if (f (2L, 0xdecadeL) != 0xdecadeL) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log