This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: New bug, namespaces plus friend templates
- To: furnish at actel dot com
- Subject: Re: New bug, namespaces plus friend templates
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sun, 8 Aug 1999 17:29:18 +0200
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <14221.64675.306993.22941@zork.actel.com>
> The internal compiler error goes away if you take the class C out of
> the namespace N.
Thanks for your bug report. This was fixed in the mainline with
1999-07-18 Mark Mitchell <mark@codesourcery.com>
* decl.c (lookup_nested_type): Remove.
(pushtag): Don't call it.
The patch has not been moved to the release branch, yet.
Regards,
Martin