c++/3526: ICE on inherited enum
Giovanni Bajo
giovannibajo@libero.it
Thu Jan 23 04:06:00 GMT 2003
The following reply was made to PR c++/3526; it has been noted by GNATS.
From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
<gcc-bugs@gcc.gnu.org>,
<gdr@gcc.gnu.org>,
<gcc-prs@gcc.gnu.org>,
<kurt@garloff.de>
Cc:
Subject: Re: c++/3526: ICE on inherited enum
Date: Thu, 23 Jan 2003 04:58:08 +0100
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
More information about the Gcc-prs
mailing list