This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3526: ICE on inherited enum
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: <gcc-gnats at gcc dot gnu dot org>,<gcc-bugs at gcc dot gnu dot org>,<gdr at gcc dot gnu dot org>,<gcc-prs at gcc dot gnu dot org>,<kurt at garloff dot de>
- Date: Thu, 23 Jan 2003 04:58:08 +0100
- Subject: Re: c++/3526: ICE on inherited enum
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
r=3526
Comeau is right, because EN0/EN1 cannot be found within the default name
lookup, since the base class is a template. This should be fixed by this
patch: http://gcc.gnu.org/ml/gcc-patches/2003-01/msg01166.html