1 /* { dg-do run { xfail { cris-*-* hppa*-*-* sparc*-*-* } } } */
2 /* { dg-options "-O2" } */
9 } __attribute ((aligned (16)));
11 volatile struct U p0
= {1, 0};
13 void __attribute__ ((noinline
))
17 volatile intptr_t mask
= 0b1111;
18 volatile int dummy
[2];
22 if ((intptr_t)(&p1
) & mask
)
24 if ((intptr_t)(&p
) & mask
)
27 if (p1
.M0
!= dummy
[1])