summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/align-3.c
blob: 328ea0d1ae3038b8b4f822b61047c74e3902b2fe (plain)
1
2
3
4
5
6
7
// { dg-do compile }
// { dg-options "-O -g -dA" }
// { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }

typedef int int_t;
typedef int_t __attribute__((__aligned__(64))) i_t;
i_t i;