1 // { dg-do compile } 2 // { dg-options "-O -g -dA -gno-strict-dwarf" } 3 // { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } 4 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } } 5 6 struct tt { 7 int i; 8 }; 9 10 struct tt __attribute__((__aligned__(64))) t; 11