/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 64 short x[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); __attribute__ ((noinline)) int foo (int len, int *z) { int i; for (i=0; i