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-4b.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
int f() { int j = 1; long i; i = 0x60000000L; do { j <<= 1; i += 0x10000000L; } while (i < -0x60000000L); return j; } int main () { if (f () != 2) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log