aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/align-6.c
blob: bb1895f3a29f99c1b4f1868b9faf46240dd56409 (plain)
1
2
3
4
5
6
7
8
9
10
// { 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" 1 } }

struct tt {
  int i;
};

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