* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr52092.c
blob4c39c7772a5ee5124aa3bddad0f89ba5e5991c2c
1 /* PR rtl-optimization/52092 */
3 int a, b, c, d, e, f, g;
5 void
6 foo (void)
8 for (;;)
10 int *h = 0;
11 int i = 3;
12 int **j = &h;
13 if (e)
15 c = d || a;
16 g = c ? a : b;
17 if ((char) (i * g))
19 h = &f;
20 *h = 0;
22 **j = 0;