blob: 94db58843c7e84693f163113f5bd30f738f68e5d [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" 1 } }
typedef int int_t;
typedef int_t __attribute__((__aligned__(64))) i_t;
i_t i;