1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
8 int *p
= __builtin_aligned_alloc (256, n
* sizeof (int));
9 int *q
= __builtin_aligned_alloc (256, n
* sizeof (int));
12 for (i
= 0; i
< n
; ++i
)
17 /* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" } } */
18 /* { dg-final { scan-tree-dump-not "Peeling for alignment will be applied" "vect" } } */
19 /* { dg-final { scan-tree-dump-not "Vectorizing an unaligned access" "vect" } } */