repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
undefined2.C
blob
a7e76f1b70d0539fcc3df56d2275bc3a6e947928
1
// PR c++/9173
2
// Origin: <wwieser@gmx.de>
3
// { dg-do compile }
4
5
class A {};
6
7
class B
8
{
9
void foo(int,A::X); // { dg-error "" }
10
};
11
12
void B::foo(int,A::X) {} // { dg-error "" }