From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19126 invoked by alias); 21 Jul 2007 00:29:18 -0000 Received: (qmail 19118 invoked by uid 22791); 21 Jul 2007 00:29:17 -0000 X-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_40,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from alnrmhc16.comcast.net (HELO alnrmhc16.comcast.net) (206.18.177.56) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 21 Jul 2007 00:29:15 +0000 Received: from gateway.sf.frob.com (c-67-160-211-197.hsd1.ca.comcast.net[67.160.211.197]) by comcast.net (alnrmhc16) with ESMTP id <20070721002913b1600ph8rde>; Sat, 21 Jul 2007 00:29:14 +0000 Received: from magilla.localdomain (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id B4C82357B; Fri, 20 Jul 2007 17:29:12 -0700 (PDT) Received: by magilla.localdomain (Postfix, from userid 5281) id 863E14D05BD; Fri, 20 Jul 2007 17:29:12 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Sami Wagiaalla Cc: frysk Subject: Re: Dwarf expertise needed In-Reply-To: Sami Wagiaalla's message of Thursday, 19 July 2007 11:30:45 -0400 <469F83A5.8090803@redhat.com> X-Antipastobozoticataclysm: Bariumenemanilow Message-Id: <20070721002912.863E14D05BD@magilla.localdomain> Date: Sat, 21 Jul 2007 00:29:00 -0000 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00164.txt.bz2 > This is the test case that I am using: > > inline void second(){ > int* a = 0; > a[0] = 0; <-------- pc > } > > void first(){ > second(); > } > > int main(){ > first(); > return 0; > } You need to give me a binary, or at least exact compiler version, arch, and options. A binary is really better, so we can be sure what we are talking about, can refer to precise addresses and DIEs, etc. Thanks, Roland