* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr70775.c
blob290c8607654bcf2d6441bd92d6dfe275f80991af
1 /* { dg-do compile } */
2 /* { dg-options "-O3" } */
4 struct S
6 int f1;
7 int f2;
8 } a;
10 int b, c, d, e;
11 short f;
13 int
14 fn1 (int p1, unsigned p2)
16 return p1 + p2;
19 void
20 fn2 ()
22 struct S g;
23 int h;
24 for (; c; c++)
25 for (f = -3; f < 3; f = fn1 (f, 8))
27 a.f1 = e;
28 if (b)
29 a = g;
30 else
31 for (; h; h++)
32 d = b;