1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ftree-loop-linear" } */
4 /* This testcase was causing an ICE in building distance vectors because
5 we weren't ignoring the fact that one of the induction variables
6 involved in the dependence was outside of the loop. */
7 extern int foo (int, int);
14 for (i
= 4; i
< 30; i
++)
16 for (j
= 3; j
< 40; j
++)
18 for (k
= 9; k
< 50; k
++)