index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
objc.dg
/
member-1.m
blob: 4c7b5ae35beb1f379671dcf2c1b2d6dd3577b0aa (
plain
)
1
2
3
4
5
void
foo
()
{
struct
A
a
;
/* { dg-error "storage size" } */
a
.
i
;
}