summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/debug/dwarf2/align-5.C
blob: 2116646390292665540396bd7f17e19069f8eaae (plain)
1
2
3
4
5
6
7
// { dg-do compile }
// { dg-options "-O -g -dA" }
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }

struct tt {
  int i;
} __attribute__((__aligned__(64))) t;