repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
struct-incompl-1.c
blob
c32b2d53849d09e83bb90c75ffd64828e0558555
1
/* PR c/26818 */
2
/* { dg-do compile } */
3
4
struct
__attribute__
((
packed
))
A
5
{
6
struct
B b
;
/* { dg-error "incomplete" } */
7
};