1 /* { dg-do run { target powerpc*-*-eabi* powerpc*-*-elf* powerpc*-*-linux* powerpc*-*-rtems* } } */
2 /* { dg-options "-O -mlong-double-128" } */
6 /* SVR4 and EABI both specify that 'long double' is aligned to a 128-bit
7 boundary in structures. */
18 if ((char *)&s
.d
- (char *)&s
!= 16)