* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / gronk.c
blobc1bb767e576956e51039cf322c4624131da65e67
1 test_opt (a, b)
2 unsigned a, b;
4 a = a / b;
5 if (a == 0)
6 a++;
7 return a;