* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20150108.c
blob15c53e35f5e3f94a0d1d6abe2825f1c66f0f3a7f
1 long long a[10];
2 long long b, c, d, k, m, n, o, p, q, r, s, t, u, v, w;
3 int e, f, g, h, i, j, l, x;
5 int fn1 () {
6 for (; x; x++)
7 if (x & 1)
8 s = h | g;
9 else
10 s = f | e;
11 l = ~0;
12 m = 1 | k;
13 n = i;
14 o = j;
15 p = f | e;
16 q = h | g;
17 w = d | c | a[1];
18 t = c;
19 v = b | c;
20 u = v;
21 r = b | a[4];
22 return e;