blob: bc3c5165a93137835bd00868ae6b0c45ea208188 [file] [log] [blame]
// { 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 } }
struct tt {
int __attribute__((__aligned__(64))) i;
} t;