From owner-freebsd-current Fri Jun 21 13:36:39 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 58DD137B40E; Fri, 21 Jun 2002 13:36:37 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5LKaaP8076415; Fri, 21 Jun 2002 13:36:36 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5LKaZSD076414; Fri, 21 Jun 2002 13:36:35 -0700 (PDT) Date: Fri, 21 Jun 2002 13:36:35 -0700 From: "David O'Brien" To: Stefan Esser Cc: Kris Kennaway , Yamada Ken Takeshi , freebsd-current@freebsd.org Subject: Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries Message-ID: <20020621133635.D68827@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020608.171312.730576735.ken@tydfam.jp> <20020608013938.B5755@xor.obsecurity.org> <20020608092926.GA2635@StefanEsser.FreeBSD.org> <20020616023918.C12427@xor.obsecurity.org> <20020621123351.GA68390@StefanEsser.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020621123351.GA68390@StefanEsser.FreeBSD.org>; from se@freebsd.org on Fri, Jun 21, 2002 at 02:33:51PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 Fri, Jun 21, 2002 at 02:33:51PM +0200, Stefan Esser wrote: > #if defined(__GNUC__) && __GNUC__ >= 3 > #define ObjectCompile(options) RemoveFile($@) @@\ > ClearmakeOSName \ > $(CC) -c $(CFLAGS) options $*.c -o $@ || \ > $(CC) -c $(CFLAGS) options -O0 $*.c -o $@ > #endif It would be better to use __FreeBSD_cc_version=500003 as I believe the problem only exists with the system gcc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message