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
/
lookup
/
conv-5.C
blob
f8df710920cc150a0666a2e4a1cafa9147b23cb8
1
// { dg-do compile }
2
3
// Copyright (C) 2004 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 17 Dec 2004 <nathan@codesourcery.com>
5
6
// PR 18721. bogus error
7
// Origin: Mikael Kilpel?inen <belz@kolumbus.fi>
8
9
struct A {
10
template<typename T>
11
operator T() const;
12
13
operator float() const;
14
};
15