From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7192 invoked by alias); 17 Feb 2003 17:13:16 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7185 invoked from network); 17 Feb 2003 17:13:16 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 172.16.49.205 with SMTP; 17 Feb 2003 17:13:16 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h1HHDEx16852; Mon, 17 Feb 2003 09:13:14 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Michael Elizabeth Chastain Cc: gdb@sources.redhat.com Subject: Re: gdb 5.3 versus gdb HEAD%200302015 References: <200302171708.h1HH8YI12787@duracef.shout.net> From: David Carlton Date: Mon, 17 Feb 2003 17:13:00 -0000 In-Reply-To: <200302171708.h1HH8YI12787@duracef.shout.net> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00272.txt.bz2 On Mon, 17 Feb 2003 11:08:34 -0600, Michael Elizabeth Chastain said: >> I'm curious: what shows up in gdb.log when you get FAIL here? > print pEe->D::vg()^M > $12 = 202^M > (gdb) FAIL: gdb.c++/virtfunc.exp: print pEe->D::vg() > This happens with gcc 2.95.3, both dwarf-2 and stabs+. > It's a different bug than the bug you PR'd. With gcc v3, > I get "Attempt to take address of value not located in memory." > With gcc v2, I get the wrong answer (the right answer is 102). > It looks like gdb is ignoring the 'D::' qualifier and calling > E::vg instead of D::vg. Interesting: it does indeed look like a different bug. So: >> Certainly you should feel free to add more KFAIL branches to that test >> if you wish; just send them all to the same PR. > In this case I think it should be a different KFAIL arm > pointing to a different PR. I guess that makes sense. David Carlton carlton@math.stanford.edu