URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [991202-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
int x, y; int main() { x = 2; y = x; do { x = y; y = 2 * y; } while ( ! ((y - x) >= 20)); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log