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 typedef int int_t; 7 typedef int_t __attribute__((__aligned__(64))) i_t; 8 i_t i; 9