URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20000731-2.c] - Rev 711
Go to most recent revision | Compare with Previous | Blame | View Log
int main() { int i = 1; int j = 0; while (i != 1024 || j <= 0) { i *= 2; ++ j; } if (j != 10) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log