aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/align-as-1.c
blob: 0b2358046dea41999e7cdbc5f9b8b7ed02f6afda (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 _Alignas(64) i;