From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7637 invoked by alias); 26 Nov 2007 22:07:02 -0000 Received: (qmail 7525 invoked by uid 22791); 26 Nov 2007 22:07:01 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Nov 2007 22:06:57 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id lAQM6tfP002078 for ; Mon, 26 Nov 2007 17:06:55 -0500 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lAQM6s63019365 for ; Mon, 26 Nov 2007 17:06:54 -0500 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id lAQM6qfq025173 for ; Mon, 26 Nov 2007 17:06:53 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.1/8.14.1) with ESMTP id lAQM6pcw005815; Mon, 26 Nov 2007 23:06:51 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.1/8.14.1/Submit) id lAQM6ols005814; Mon, 26 Nov 2007 23:06:50 +0100 Date: Mon, 26 Nov 2007 22:07:00 -0000 From: Jan Kratochvil To: gdb-patches@sources.redhat.com Cc: Daniel Jacobowitz Subject: Re: [patch] XLF Fortran: Remove an inappropriate complaint Message-ID: <20071126220650.GA5753@host0.dyn.jankratochvil.net> References: <20071123015957.GA3202@host0.dyn.jankratochvil.net> <20071123021120.GA11797@host0.dyn.jankratochvil.net> <20071123163125.GA23275@host0.dyn.jankratochvil.net> <4747086C.3070100@linux.vnet.ibm.com> <20071123172104.GA23776@host0.dyn.jankratochvil.net> <20071125145555.GB30778@caradoc.them.org> <20071125221037.GA6297@host0.dyn.jankratochvil.net> <20071125221357.GA20375@caradoc.them.org> <20071126072041.GA16110@host0.dyn.jankratochvil.net> <20071126132634.GA6265@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071126132634.GA6265@caradoc.them.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes 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: 2007-11/txt/msg00495.txt.bz2 On Mon, 26 Nov 2007 14:26:34 +0100, Daniel Jacobowitz wrote: > On Mon, Nov 26, 2007 at 08:20:41AM +0100, Jan Kratochvil wrote: > > Therefore GDB violates the DWARF3 spec and the complaint there is right as it > > warns the user GDB has violated the DWARF3 spec while parsing the ELF file. > > OK, I see now. But it will complain about the type anyway: > > complaint (&symfile_complaints, _("Attribute value is not a constant (%s)"), > dwarf_form_name (attr->form)); > > I have no preference - the patch is OK, leaving the complaint is also > OK with me. I believe no one is ever going to fix this bug which does not bite. Still the complaint is IMO correct there as it is a bug so not going to apply the patch. Thanks for notifying that my initial decision was too quick. Regards, Jan