[PR64164] Drop copyrename, use coalescible partition as base when optimizing.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr56384.c
blobef3cf0536bddfecd1ba966cfef1412524098474c
1 /* { dg-do compile } */
3 int a, c;
5 void f(void)
7 unsigned char b;
9 if(a)
11 for(; b < 1; b++);
12 lbl1:
13 c = (b |= 0) ^ (b || a);
16 if((a = b))
18 b = c;
19 goto lbl1;
22 b = 5;
23 goto lbl1;