URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [loop-4.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
int f() { int j = 1; long i; for (i = -0x70000000L; i < 0x60000000L; i += 0x10000000L) j <<= 1; return j; } int main () { if (f () != 8192) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log