From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3188 invoked by alias); 1 Sep 2011 07:20:44 -0000 Received: (qmail 3170 invoked by uid 22791); 1 Sep 2011 07:20:41 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Sep 2011 07:20:26 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p817K2V6027391 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 1 Sep 2011 03:20:02 -0400 Received: from host1.jankratochvil.net (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p817JxNY029406 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Sep 2011 03:20:00 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p817JwSR021956; Thu, 1 Sep 2011 09:19:58 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p817Jvao021949; Thu, 1 Sep 2011 09:19:57 +0200 Date: Thu, 01 Sep 2011 07:20:00 -0000 From: Jan Kratochvil To: Pierre Free Pascal Cc: "'FPC Core Developer List'" , gdb-patches@sourceware.org, tromey@redhat.com, "'Joel Brobecker'" Subject: Re: [Core] [new testcase] Regression 7.1->7.2 for iFort [Re: [RFA-v2] dwarf debug format: Support DW_AT_variable_parameter attribute] Message-ID: <20110901071956.GA19789@host1.jankratochvil.net> References: <20100517174726.GK2805@adacore.com> <44296.7587885962$1274132782@news.gmane.org> <28559.2589797036$1274302480@news.gmane.org> <27418.1569614031$1274308493@news.gmane.org> <001301caf926$91295900$b37c0b00$@muller@ics-cnrs.unistra.fr> <20101104053151.GA23548@host0.dyn.jankratochvil.net> <002401cb7bfc$c34587c0$49d09740$@org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002401cb7bfc$c34587c0$49d09740$@org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2011-09/txt/msg00001.txt.bz2 On Thu, 04 Nov 2010 09:46:22 +0100, Pierre Free Pascal wrote: > Rereading the dwarf4 specifications, > I agree with Jan that I misinterpreted > this TAG and that it is only an information tag, > that could possibly be used as a warning notice > that we might modify caller variables. > > Please apply this patch, > I will try to correct Free Pascal code generation > to cope for this issue. Checked in: http://sourceware.org/ml/gdb-cvs/2011-09/msg00003.html http://sourceware.org/ml/gdb-cvs/2011-09/msg00004.html Somehow it got forgotten and referenced now by: Question about DW_AT_variable_parameter in dwarf2read.c http://sourceware.org/ml/gdb/2011-08/msg00138.html Jan