From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31422 invoked by alias); 21 Nov 2007 17:08:02 -0000 Received: (qmail 31400 invoked by uid 71); 21 Nov 2007 17:08:01 -0000 Date: Wed, 21 Nov 2007 17:08:00 -0000 Message-ID: <20071121170801.31399.qmail@sourceware.org> To: nobody@sources.redhat.com Cc: gdb-prs@sources.redhat.com, From: Aleksandar Ristovski Subject: Re: c++/2366: gdb crash: infinite recursion in fill_in_vptr_field no Reply-To: Aleksandar Ristovski Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00121.txt.bz2 The following reply was made to PR c++/2366; it has been noted by GNATS. From: Aleksandar Ristovski To: gdb-gnats@sources.redhat.com Cc: Subject: Re: c++/2366: gdb crash: infinite recursion in fill_in_vptr_field no Date: Wed, 21 Nov 2007 12:06:32 -0500 Clarification: In the Description section the "In short" example should have been: namespace N1 { class A {}; } namespace N2 { class A : public N1::A {} } Note how name "A" appears in both namespaces. The attached example is still good though. --- Aleksandar