From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16197 invoked by alias); 8 Jan 2004 03:56:54 -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 16190 invoked from network); 8 Jan 2004 03:56:53 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 8 Jan 2004 03:56:53 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AeRHu-0002Ia-Ox; Wed, 07 Jan 2004 22:56:50 -0500 Date: Thu, 08 Jan 2004 03:56:00 -0000 From: Daniel Jacobowitz To: Michael Elizabeth Chastain Cc: carlton@kealia.com, gdb-patches@sources.redhat.com Subject: Re: [patch/testsuite/cp] ctti.exp: partial overhaul Message-ID: <20040108035650.GA8785@nevyn.them.org> Mail-Followup-To: Michael Elizabeth Chastain , carlton@kealia.com, gdb-patches@sources.redhat.com References: <20040108021230.121AF4B35A@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040108021230.121AF4B35A@berman.michael-chastain.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-01/txt/msg00192.txt.bz2 On Wed, Jan 07, 2004 at 09:12:30PM -0500, Michael Chastain wrote: > But alas, there is more work to do. There are a lot of FAILs with > both gcc and hp ac++. Like this: > > # gcc 3.3.2 -gdwarf-2 > print add(2,2) > No symbol "add" in current context. > (gdb) FAIL: gdb.cp/ctti.exp: print add(2,2) Yes, I'm aware of (and recently described) the issue. It doesn't work because the function has its return type in its mangled name, which boggles GDB's symbol table. I'll fix this on drow-cplus-branch - but probably not until at least February. > I am not going to get into the bugs with gcc right now. So I exited the > test script early, right after "break main". At least it builds the > executable now. How about some KFAILs for GCC so I can see what I'm doing? :) -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer