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/] [991202-2.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
int f1 () { unsigned long x, y = 1; x = ((y * 8192) - 216) % 16; return x; } int main () { if (f1 () != 8) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log