From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjGWO-0005Rz-0t for qemu-devel@nongnu.org; Fri, 17 Jun 2005 09:04:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjGWF-0005N8-Oh for qemu-devel@nongnu.org; Fri, 17 Jun 2005 09:04:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjGWF-0005MT-L3 for qemu-devel@nongnu.org; Fri, 17 Jun 2005 09:04:23 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DjGWv-0001WN-UJ for qemu-devel@nongnu.org; Fri, 17 Jun 2005 09:05:06 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Fedora 4 + GCC4 + Qemu WAS: [patch] gcc4 host support Date: Fri, 17 Jun 2005 14:02:54 +0100 References: <200505112204.10204.paul@codesourcery.com> <200506171345.41562.paul@codesourcery.com> <1119013084.5187.4.camel@darrylsfc3box> In-Reply-To: <1119013084.5187.4.camel@darrylsfc3box> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506171402.54826.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: esrever_otua@pythonhacker.is-a-geek.net Cc: qemu-devel@nongnu.org On Friday 17 June 2005 13:58, Darryl Dixon wrote: > Oh, > > Sorry, obviously I badly misunderstood the nature of the patch that > you were posting; I assumed it was to enable Qemu to be compiled with > GCC4. That it can't is a pretty big downer; it basically means Qemu is > unusable on FC4 :( Ouch. C'est la vie :) Ah, I see what you mean. I did say in my original post "On x86 I've had to hack round other bugs..." Specifically http://gcc.gnu.org/PR16185 Those hacks are way too ugly for me to want to make them public. You can get an older version of gcc (3.2.3) on FC4 by installing the compat-gcc packages. Paul