* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr68455.c
blob6b46b3066db0d398b756fc35d16655e370a84767
1 /* PR tree-optimization/68455 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 int r;
6 int n;
8 void
9 fn1 (void)
11 int i;
13 for (i = 0; i < 1; ++i)
15 unsigned short int u;
16 if (u < n)
17 r = 1 / n;