2 /* { dg-additional-options "-ftree-slp-vectorize" } */
4 typedef double aligned_double
__attribute__((aligned(2*sizeof(double))));
6 void __attribute__((noipa
))
7 bar (int aligned
, double *p
)
11 *(aligned_double
*)p
= 3.;
21 void __attribute__((noipa
))
27 void __attribute__((noipa
))
33 *(aligned_double
*)p
= 3.;
37 double x
[8] __attribute__((aligned(2*sizeof (double))));