PR testsuite/79324
[official-gcc.git] / gcc / testsuite / g++.dg / debug / dwarf2 / align-1.C
blobfec0fec67f3243a359bfa99a5ae7f63fe89ee081
1 // { dg-do compile }
2 // { dg-options "-O -g -dA -gno-strict-dwarf" }
3 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
5 int __attribute__((__aligned__(64))) i;