From owner-freebsd-hackers Mon Apr 10 14:59:44 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2B7FE37B985 for ; Mon, 10 Apr 2000 14:59:41 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA20772; Mon, 10 Apr 2000 15:59:35 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA25659; Mon, 10 Apr 2000 15:59:28 -0600 (MDT) Message-Id: <200004102159.PAA25659@harmony.village.org> To: James Halstead Subject: Re: problems with "-O -pipe" in guile port Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 10 Apr 2000 17:34:44 EDT." <00041017453700.36307@jestocost.cosc.morrisville.edu> References: <00041017453700.36307@jestocost.cosc.morrisville.edu> Date: Mon, 10 Apr 2000 15:59:28 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <00041017453700.36307@jestocost.cosc.morrisville.edu> James Halstead writes: : I was trying to install gnome from ports cvsup'd today and i kept getting : stuck when building guile. cc never crashed however it seemed to be stuck in : an infinite loop(i stopped it after about 2 hours). when i remove "-O -pipe" : from the qt makefile it seems to compile fine. : : is this a compilier problem or something with the guile port? : : PS. PLEASE reply to both the return address of this message and the : address: "halstead@dreamscape.com" It will be appreciated. : James ;) I've seen this in 4 different template-laden files that we have in our product here. The solution was to remove -O, the -pipe doesn't matter. It is a compiler bug. It also happens on gcc/g++ 2.8. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message