URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [931208-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
f () { unsigned long x, y = 1; x = ((y * 8192) - 216) / 16; return x; } main () { if (f () != 498) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log