From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6137 invoked by alias); 25 Nov 2009 13:12:05 -0000 Received: (qmail 6127 invoked by uid 22791); 25 Nov 2009 13:12:04 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Nov 2009 13:12:00 +0000 Received: by ey-out-1920.google.com with SMTP id 13so1865087eye.46 for ; Wed, 25 Nov 2009 05:11:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.93.77 with SMTP id k55mr2449670wef.196.1259154715485; Wed, 25 Nov 2009 05:11:55 -0800 (PST) In-Reply-To: References: <934be2480911242316x6841144cw6484412e9b9e079d@mail.gmail.com> <4B0CF63E.7060503@redhat.com> Date: Wed, 25 Nov 2009 13:12:00 -0000 Message-ID: <934be2480911250511s1d1b7f84x5c4826f4a1d3e7ff@mail.gmail.com> Subject: Re: Problems compiling Mozilla with GCC 4.5 From: Ehren Metcalfe To: Andrew Pinski Cc: Andrew Haley , gcc@gcc.gnu.org, dev-static-analysis@lists.mozilla.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00665.txt.bz2 Yup, ReturnString is inline: http://hg.mozilla.org/mozilla-central/file/d76583175408/accessible/src/atk/= nsAccessibleWrap.h#l114 I'll change it and try a build, Ehren On Wed, Nov 25, 2009 at 4:24 AM, Andrew Pinski wrote: > On Wed, Nov 25, 2009 at 1:17 AM, Andrew Haley wrote: >> >> Is the symbol `nsAccessibleWrap::ReturnString(nsAString_internal&)::retu= rnedString' >> defined anywhere? > > This sounds like bug 41611. =A0Is > nsAccessibleWrap::ReturnString(nsAString_internal&) an inline function > (which causes that variable to be vague linkage)? > > Thanks, > Andrew Pinski >