From owner-freebsd-current Tue Jun 4 6: 3:37 2002 Delivered-To: freebsd-current@freebsd.org Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by hub.freebsd.org (Postfix) with ESMTP id 0C71437B409 for ; Tue, 4 Jun 2002 06:03:35 -0700 (PDT) Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by earth.hub.org (Postfix) with ESMTP id DF306103C97; Tue, 4 Jun 2002 10:03:29 -0300 (ADT) Date: Tue, 4 Jun 2002 10:03:29 -0300 (ADT) From: "Marc G. Fournier" To: Stanislav Grozev Cc: "Michael D. Harnois" , Subject: Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries In-Reply-To: <20020604125405.GC25311@meerkat.dungeon> Message-ID: <20020604100258.I2522-100000@mail1.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002, Stanislav Grozev wrote: > On Tue, Jun 04, 2002 at 07:08:32AM -0500, Michael D. Harnois wrote: > > > > #pragma weak foo = bar > > > > with either > > > > #pragma weak foo = "bar" /* this is easier */ > > > I tried the quotation mark fix, and all it does is change the error > > message to > > > > UIThrStubs.c:102: warning: malformed #pragma weak, ignored > > > > > which doesn't really seem to be a solution. > > are you sure that you're with the right gcc? mine compiles this fine. > but regardless which one I use (__attribute__ or the quotation), > later on the process i get the internal compiler error in Mesa. > not that I think the two are related, though. I tried here too, latest GCC in 5.0-CURRENT from this weekend, and get the same 'ignored' stuff, after which it does continue onto the Mesa where it does fail ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message