* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr68248.c
blob0e8ab4904aab394db3abe96657cca0e7b38771cd
1 /* { dg-do compile } */
3 int a, b, c, d;
5 int
6 fn1 (int p1)
8 return a > 0 ? p1 : p1 >> a;
11 void
12 fn2 ()
14 char e;
15 for (; c; c++)
17 e = fn1 (!d ^ 2);
18 b ^= e;