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
/
error4.C
blob
aa1bfad0dc9d09e5a7659eaf1e079d4508a3b10d
1
// PR c++/12160
2
3
struct X {
4
virtual void f(int,
5
itn, // { dg-error "declared" }
6
int);
7
};