[PR64164] Drop copyrename, use coalescible partition as base when optimizing.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr54458.c
blob3d2e12fc2fd1e5fa190f210eba60d4965fa8da60
1 /* { dg-do compile } */
3 unsigned int a, b, c;
5 void
6 foo (unsigned int x)
8 do
10 if (a == 0 ? 1 : 1 % a)
11 for (; b; b--)
12 lab:;
13 else
14 while (x)
16 if (c)
17 goto lab;
19 while (1);