/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 64 signed char X[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); signed char Y[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); short result[N]; /* char->short widening-mult */ __attribute__ ((noinline)) int foo1(int len) { int i; for (i=0; i