repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[gcn] mkoffload.cc: Print fatal error if -march has no multilib but generic has
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
dwarf2
/
align-3.C
blob
32cb390de82375dcf799c796aff0cb6d98119752
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;