From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23450 invoked by alias); 2 May 2009 09:17:28 -0000 Received: (qmail 23439 invoked by uid 22791); 2 May 2009 09:17:27 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 May 2009 09:17:21 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KJ000N00EX51J00@i_mtaout5.012.net.il> for gdb@sourceware.org; Sat, 02 May 2009 12:17:18 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.230.216]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KJ000KMFF4QHPG5@i_mtaout5.012.net.il> for gdb@sourceware.org; Sat, 02 May 2009 12:17:15 +0300 (IDT) Date: Sat, 02 May 2009 09:17:00 -0000 From: Eli Zaretskii Subject: Re: Debugging a frameless function In-reply-to: <20090429191216.GA30562@caradoc.them.org> To: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <8363gjg8yg.fsf@gnu.org> References: <83zldzco0p.fsf@gnu.org> <20090429183946.GA28155@caradoc.them.org> <83ws93cmp0.fsf@gnu.org> <20090429191216.GA30562@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00004.txt.bz2 > Date: Wed, 29 Apr 2009 15:12:16 -0400 > From: Daniel Jacobowitz > Cc: gdb@sourceware.org > > Mark's got a good point - some older GCC's just botch the debug info. > What compiler are we looking at here? For the record: this indeed turned out to be a compiler bug. Upgrading to GCC 3.4.4 solved the problem. Thanks to everybody for getting me on the right path.