index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
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
;
}