1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
4 typedef unsigned int u_int
;
5 void foo (u_int
* __restrict x
, u_int
* __restrict y
, u_int n
)
8 for (i
=1; i
<=n
; i
++, x
++, y
++)
12 /* { dg-final { scan-tree-dump "vectorized 1 loops" "vect" } } */