This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal g++ Compiler Error: templatized friend inside class
- To: oldham at cs dot stanford dot edu
- Subject: Re: Internal g++ Compiler Error: templatized friend inside class
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 24 Feb 2000 00:19:01 +0100
- CC: gcc-bugs at gcc dot gnu dot org, oldham at cs dot stanford dot edu
- References: <200002212338.PAA27334@theory-lab2.Stanford.EDU>
> When defining a templatized friend inside a class, g++ 2.95.2
> hits an internal compiler error. For details, please see the files in
> the uuencoded gzipped tar file below.
Thanks for your bug report. The mainline compiler (2.96 20000223
(experimental)) compiles this fine, so the bug has been fixed.
Regards,
Martin