From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19430 invoked by alias); 25 Jul 2004 22:48:23 -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 19423 invoked from network); 25 Jul 2004 22:48:22 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 25 Jul 2004 22:48:22 -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 1Born1-0001n6-00; Sun, 25 Jul 2004 18:48:19 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 6A2EA4B102; Sun, 25 Jul 2004 18:48:19 -0400 (EDT) Date: Sun, 25 Jul 2004 22:48:00 -0000 From: Michael Chastain To: brobecker@gnat.com Subject: Re: [RFA/dwarf2] Small problem scanning line table for included files Cc: gdb-patches@sources.redhat.com Message-ID: <410438B1.nailHRK18RQBL@mindspring.com> References: <20040725151137.GT20596@gnat.com> In-Reply-To: <20040725151137.GT20596@gnat.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00355.txt.bz2 Now that I look, I see this happening in my test bed, too. gdb HEAD suite HEAD -gdwarf-2 has PASS with gcc 3.3.4 and FAIL with gcc 3.4.1. I had better take another look at my gcc 3.3.4 versus gcc 3.4.1 tables and see if I overlooked anything else in there! http://www.shout.net/~mec/sunday/current/Compare-by-gcc-334-341.html The regressions I know about are: gcc 3.4.1 versus gcc 3.3.4 gcc/12267 gcc/13708 gcc/13956 gdb/1537 gdb/1540 Michael C