This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8572: [3.3 regression] ICE with external definition of conversion operator to internal class within template class
- From: nathan at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, llib at computer dot org, nathan at gcc dot gnu dot org
- Date: 23 Dec 2002 13:44:58 -0000
- Subject: Re: c++/8572: [3.3 regression] ICE with external definition of conversion operator to internal class within template class
- Reply-to: nathan at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, llib at computer dot org, nathan at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: [3.3 regression] ICE with external definition of conversion operator to internal class within template class
State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Mon Dec 23 05:44:57 2002
State-Changed-Why:
2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
PR c++/8572
* cp-tree.h (grokoptypename): Add SCOPE parameter.
* decl2.c (grokoptypename): Add SCOPE parameter. tsubst the type
if in a template scope.
* parse.y (unoperator): Return the scope.
(operator_name): Adjust grokoptypename call.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8572