[PR64164] Drop copyrename, use coalescible partition as base when optimizing.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr58779.c
blobb0c0c869513009d36ba6f1667a51c20b29501cd7
1 /* { dg-do run } */
3 int a, c;
5 int main ()
7 int e = -1;
8 short d = (c <= 0) ^ e;
9 if ((unsigned int) a - (a || d) <= (unsigned int) a)
10 __builtin_abort ();
11 return 0;