From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6094 invoked by alias); 28 Feb 2010 02:28:23 -0000 Received: (qmail 6083 invoked by uid 22791); 28 Feb 2010 02:28:23 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from web112609.mail.gq1.yahoo.com (HELO web112609.mail.gq1.yahoo.com) (98.137.27.189) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 28 Feb 2010 02:28:17 +0000 Received: (qmail 90146 invoked by uid 60001); 28 Feb 2010 02:28:15 -0000 Message-ID: <595389.89121.qm@web112609.mail.gq1.yahoo.com> Received: from [76.173.243.90] by web112609.mail.gq1.yahoo.com via HTTP; Sat, 27 Feb 2010 18:28:15 PST X-RocketYMMF: mrm94040 Date: Sun, 28 Feb 2010 21:34:00 -0000 From: Michael Morrell Reply-To: morrell@alumni.ucsd.edu Subject: Re: temp preprocessed filename To: Ian Lance Taylor Cc: gcc-help@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg00372.txt.bz2 Thanks for the hint. I am using ccache. Perhaps that makes it a ccache is= sue and not appropriate for this list? Michael --- On Sat, 2/27/10, Ian Lance Taylor wrote: > From: Ian Lance Taylor > Subject: Re: temp preprocessed filename > To: morrell@alumni.ucsd.edu > Cc: gcc-help@gcc.gnu.org > Date: Saturday, February 27, 2010, 2:41 PM > Michael Morrell > writes: >=20 > > I'm tracking down some differences in the object files > from ostensibly the same compilation flags of the same > input.=A0 I've got two .o files that should be the same, > but when I run: > > > >=A0=A0=A0readelf -wl | > grep ii > > > > to see the debug.line info, I see a difference.=A0 > The filename that is shown > > is of the form > .tmp,..ii > > > > and is different.=A0 I've looked > through the source and can't find > > where that filename is generated.=A0 I want to know > why would change > > and how to prevent it from doing so. > > > > Can anyone point me in the right direction? >=20 > I think you can get names of that sort when using distcc > and/or > ccache.=A0 Are you using either of those?=A0 Check > the exact path of the > compiler. >=20 > Ian >