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
/
g++.dg
/
parse
/
dot1.C
blob: 3b027d7c1f0db8ff6e7f40a9ea52eebad98cba96 (
plain
)
1
2
3
4
// PR c++/24560
struct
A
{
void
f
();
};
void
g
()
{
A
().
f
.
a
;
}
// { dg-error "class" }