3 /* { dg-options "-O -Wno-psabi -mtune=generic" } */
4 /* { dg-require-effective-target avx_runtime } */
5 /* { dg-additional-sources pr44948-1b.c } */
7 #pragma GCC target ("avx")
9 struct A
{ long b
[8] __attribute__((aligned (32))); };
10 void foo (long double, struct A
);
15 struct A a
= { { 0, 1, 2, 3, 4, 5, 6, 7 } };