1 /* PR middle-end/45234 */
2 /* { dg-do compile } */
3 /* { dg-options "-march=i586" { target ia32 } } */
5 struct S
{ union { double b
[4]; } a
[18]; } s
, a
[5];
7 struct S
bar (struct S
, struct S
*, struct S
);
17 foo (bar (s
, &a
[1], a
[2]));