1 /* { dg-require-effective-target vect_int } */
10 __attribute__ ((noinline
)) int
18 /* inner-loop index j used after the inner-loop */
19 for (i
= 0; i
< N
; i
++) {
21 for (j
= 0; j
< n
; j
+=2) {
44 for (j
= 0; j
< N
; j
+=2)
53 /* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" } } */
54 /* { dg-final { cleanup-tree-dump "vect" } } */