URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr51042.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ int a, b; void foo (int x) { int e[2]; int d; while (x) { for (d = 0; d <= 1; d = 1) if (e[a]) break; for (b = 0; b <= 0; b = 1) { e[a] = a; if (a) break; } } }
Go to most recent revision | Compare with Previous | Blame | View Log