summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/debug/dwarf2/align-6.C
blob: e8fc43f6e90088b24211531fd542c2a05abd364a (plain)
1
2
3
4
5
6
7
8
9
// { 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;
};

struct tt __attribute__((__aligned__(64))) t;