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

typedef int __attribute__((__aligned__(64))) i_t;
i_t i;