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 int __attribute__((__aligned__(64))) i;
7