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

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