1 /* PR middle-end/48335 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fno-tree-sra" } */
5 typedef short U
__attribute__((may_alias
, aligned (1)));
16 return ((U
*)((char *) &s
.d
+ 1))[-1];
23 return ((U
*)((char *) &s
.d
+ 1))[-2];
30 return ((U
*)((char *) &s
.d
+ 1))[5];