Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
debug
/
dwarf2
/
align-2.C
blob: 3b0f4629e69df5399588352c53a01eec42b489d5 [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-options "-O -g -dA -gno-strict-dwarf" }
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 } }
typedef
int
__attribute__
((
__aligned__
(
64
)))
i_t
;
i_t
i
;