1 // { dg-do compile } 2 // { dg-options "-O -g -dA -gno-strict-dwarf" } 3 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 } } 4 5 typedef int int_t; 6 typedef int_t __attribute__((__aligned__(64))) i_t; 7 i_t i; 8