This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 3.1: bug with inherited templates when specified by namespace


On Mon, 24 Jun 2002, Dylan Cuthbert wrote:

> Yep, you're getting the same problem then.
>
> I wonder what MrBlobbyBlab actually gets in his class in that first example?

The base class gets ignored.  This was reported as PR/3656 and fixed
(together with PR/3123) on the main line in March with the patch

2002-03-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>

       PR C++/3656
       * semantics.c (finish_base_specifier): Handle erronous base
       classes.

This patch has not been merged onto the 3.1 branch (although it probably
ought to be) and both PR/3656 and PR/3123 still manifest there.

--
Richard Smith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]