From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12158 invoked by alias); 26 Jun 2008 20:11:47 -0000 Received: (qmail 12150 invoked by uid 22791); 26 Jun 2008 20:11:46 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jun 2008 20:11:29 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AA70B2A96A6; Thu, 26 Jun 2008 16:11:27 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id euvom0iUVvgG; Thu, 26 Jun 2008 16:11:27 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 91D072A96A1; Thu, 26 Jun 2008 16:11:27 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 55702E7ACD; Thu, 26 Jun 2008 16:11:27 -0400 (EDT) Date: Thu, 26 Jun 2008 23:26:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org, Jan Kratochvil Subject: Re: [RFA/RFC/dwarf] detect 0xffffffff size attribute values Message-ID: <20080626201127.GC3586@adacore.com> References: <20080619033241.GA3568@adacore.com> <20080626134046.GC22726@caradoc.them.org> <20080626193419.GB3586@adacore.com> <20080626194034.GA1512@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080626194034.GA1512@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00487.txt.bz2 > > 2008-06-26 Joel Brobecker > > > > * dwarf2read.c (read_attribute_value): Issue a complaint when > > adjusting size attribute values of 0xffffffff as zero. > > > > WDYT? > > If it's any work, it's not worth spending time on, IMO. No one looks > at the complaints except us. If it's just us, then I suggest we commit the complaint as is. We can always increase the threshold when necessary. I have scripts that automate the testing and the results came back clean. -- Joel