From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16558 invoked by alias); 1 Jan 2004 20:05:30 -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 16549 invoked from network); 1 Jan 2004 20:05:29 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sources.redhat.com with SMTP; 1 Jan 2004 20:05:29 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1Ac94R-0005pi-00; Thu, 01 Jan 2004 15:05:27 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 0916B4B35A; Thu, 1 Jan 2004 15:05:26 -0500 (EST) To: kettenis@chello.nl Subject: Re: C++ testsuite changes Cc: gdb@sources.redhat.com Message-Id: <20040101200526.0916B4B35A@berman.michael-chastain.com> Date: Thu, 01 Jan 2004 20:05:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00009.txt.bz2 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. > 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