repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
PR inline-asm/84742
[official-gcc.git]
/
gcc
/
testsuite
/
objc.dg
/
member-1.m
blob
4c7b5ae35beb1f379671dcf2c1b2d6dd3577b0aa
1
void foo()
2
{
3
struct A a; /* { dg-error "storage size" } */
4
a.i;
5
}