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
/
conversion
/
ambig1.C
blob
42ac4038ec661828f5b0e4e0f07335a845da2000
1
// PR c++/19787
2
3
struct H {
4
operator char(); // { dg-error "" }
5
operator short(); // { dg-error "" }
6
};
7
8
int const& ref = H(); // { dg-error "" }