From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1709 invoked by alias); 1 Jan 2004 21:08:49 -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 1701 invoked from network); 1 Jan 2004 21:08:48 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 1 Jan 2004 21:08:48 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AcA3f-00038Q-DU; Thu, 01 Jan 2004 16:08:43 -0500 Date: Thu, 01 Jan 2004 21:08:00 -0000 From: Daniel Jacobowitz To: Michael Elizabeth Chastain Cc: kettenis@chello.nl, gdb@sources.redhat.com Subject: Re: C++ testsuite changes Message-ID: <20040101210843.GA11982@nevyn.them.org> Mail-Followup-To: Michael Elizabeth Chastain , kettenis@chello.nl, gdb@sources.redhat.com References: <20040101200526.0916B4B35A@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040101200526.0916B4B35A@berman.michael-chastain.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-01/txt/msg00010.txt.bz2 On Thu, Jan 01, 2004 at 03:05:26PM -0500, Michael Chastain wrote: > Hi Mark, > > > I noticed some PASSes that previously were XFAILs. Is that correct? > > Let me have a look .... yes, these are the ptype's that I fixed. > > In particular, I changed the results for tests like this: > > ptype class vC > type = class vC : public virtual vA { > private: > vA *_vb.2vA; > public: > int vc; > int vx; > } > > The old test would XFAIL this because gdb prints the virtual base > pointer, _vb.2vA. I don't consider that a bug so I don't XFAIL it > any more. Eh... why don't you? It's a feature that we don't print the virtual base pointer in recent gcc/dwarf combinations. It could be implemented for stabs or older gccs or whichever it is that used to xfail, but no one has taken the time yet. I would really prefer it if you didn't rewrite the tests to accomodate the ABI change (a very specific change) and change all sorts of other tests at the same time. It makes it impossible to tell from your patches when you make a change like this one. > > I get some wierd ERRORs in virtfunc.exp. > > As far as I can tell, GDB doesn't crash. > > This is stumping me. > > I proofread "ptype D" forwards and backwards and compared it to > the code before and the code after, and I don't see any mistakes. > > What is your host triple? > Which versions of TCL, Expect, and Dejagnu are you using? > Can you mail me the whole gdb.log section for virtfunc.exp? > > Michael C > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer