1 /* { dg-require-effective-target vect_int } */
8 __attribute__ ((noinline)) int main1 ()
14 /* Vectorization of fp induction. */
23 for (i = 0; i < N; i++)
25 if (arr[i] != 1.0 + 2.0*i)
39 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } } */
40 /* { dg-final { cleanup-tree-dump "vect" } } */