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
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
pr43010.C
blob
24b5b2713746e74878ee7cc44653676e4ce6fd6a
1
// PR debug/43010
2
// { dg-do compile }
3
// { dg-options "-g -femit-struct-debug-baseonly" }
4
# 1 "foo.C"
5
# 1 "bar.h" 1
6
typedef struct { int i; } S __attribute__((aligned));
7
typedef struct { struct { int i; } j; } T __attribute__((aligned));
8
# 1 "foo.C" 2