From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8932 invoked by alias); 12 Apr 2002 18:51:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8925 invoked from network); 12 Apr 2002 18:51:13 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 12 Apr 2002 18:51:13 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g3CIp8i11135; Fri, 12 Apr 2002 13:51:08 -0500 Date: Fri, 12 Apr 2002 11:51:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204121851.g3CIp8i11135@duracef.shout.net> To: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [patch] gdb.c++/local.exp: make usable with gcc X-SW-Source: 2002-04/txt/msg00464.txt.bz2 mec> . For a nested class definition with v3 dwarf-2 (plus 2.96-rh dwarf-2), mec> gdb prints two copies of the member function declaration. mec> mec> . gdb treats the commands "ptype InnerLocal::NestedInnerLocal" as a mec> field lookup in the InnerLocal class, failing to find the nested mec> class named NestedInnerLocal. This happens with both v2 and v3, mec> both dwarf-2 and stabs+. mec> mec> I'm going to put this up for comment for 24 hours and then commit. mec> After commit, I will file PR's for the bugs. danj> Thanks! I'll take a look at those to-be PRs when I have a chance. These are now gnats:gdb/482 and gnats:gdb/483. My goal is to tag every FAIL in gdb.c++/*.exp with a PR number. Michael C