URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [loop-4.c] - Rev 154
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); }