Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / torture / pr95717.C
blob362dc10656bea7809c735c699871114e84e28e05
1 // { dg-do compile }
3 bool a;
4 extern bool b[];
5 long c, d;
6 int *f;
7 void g(bool h)
9   for (short e = 0; e < c; e = 4)
10     for (; d; d++)
11       b[d] = a = f[d] ? c ? h : 0 : h;