This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-2.95.1 reports an error instead of instanciating a conversion operator for a template reference.
- To: sxking at uswest dot net
- Subject: Re: gcc-2.95.1 reports an error instead of instanciating a conversion operator for a template reference.
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 5 Mar 2000 00:03:05 +0100
- CC: gcc-bugs at gcc dot gnu dot org, sxking at uswest dot net
- References: <37C2D53F.5D0F2197@uswest.net>
> Attached is a simple code snippet which causes gcc to report an
> error for what I believe to be valid C++ code. The host is a
> pentium running redhat 6.0. The gcc source is unmodified.
Thanks for your bug report. The mainline compiler (2.96 20000302
(experimental)) compiles this without problems, so the bug appears to
be fixed.
Regards,
Martin