/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 16 __attribute__ ((noinline)) int main1 () { float arr[N]; float f = 1.0; int i; /* Vectorization of fp induction. */ for (i=0; i