1 /* PR middle-end/48335 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fno-tree-sra" } */
5 typedef long long T
__attribute__((may_alias
));
9 _Complex
float d
__attribute__((aligned (8)));
23 return *(char *) &s
.d
;
30 return ((char *) &s
.d
)[2];
34 f4 (struct S x
, int y
)
37 return ((char *) &s
.d
)[y
];