URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr29446.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ void f(_Bool D917, int j0, int ubound1, int ubound5) { int i, j = j0; int (*abc)[3]; i = 1; while (1) { if (j <= 3) while (1) { if (i != j) { if (ubound1 <= 0) return; (*abc)[1] = 0; } else { if (j > ubound1) return; if (ubound5 <= 0) return; } j = j + 1; if (D917) break; } i = i + 1; } }
Go to most recent revision | Compare with Previous | Blame | View Log