summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/align-4.c
blob: 84182749d7a0408b0858ef00a888690f4fd102a3 (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }
// { dg-options "-O -g -dA -gno-strict-dwarf" }
// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
// { dg-final { scan-assembler-times " DW_AT_alignment" 2 { xfail { powerpc-ibm-aix* } } } }

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