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/] [20000731-2.c] - Rev 816
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); }