* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr69999.c
blob5659ce48a17adf3cf584837fa46e2c746d1e15fd
1 int uh;
3 void
4 ha(void)
6 while (uh) {
7 for (uh = 0; uh < 1; ++uh) {
8 uh = 0;
9 if (uh != 0)
10 ts:
11 uh %= uh;
13 ++uh;
15 goto ts;