From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjPFd-0005AZ-FY for qemu-devel@nongnu.org; Fri, 17 Jun 2005 18:23:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjPFU-00055K-1B for qemu-devel@nongnu.org; Fri, 17 Jun 2005 18:23:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjPFS-00051y-8i for qemu-devel@nongnu.org; Fri, 17 Jun 2005 18:23:38 -0400 Received: from [213.146.154.40] (helo=pentafluge.infradead.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DjPD4-000566-TM for qemu-devel@nongnu.org; Fri, 17 Jun 2005 18:21:11 -0400 Subject: Re: [Qemu-devel] Fedora 4 + GCC4 + Qemu WAS: [patch] gcc4 host support From: David Woodhouse In-Reply-To: <200506171402.54826.paul@codesourcery.com> References: <200505112204.10204.paul@codesourcery.com> <200506171345.41562.paul@codesourcery.com> <1119013084.5187.4.camel@darrylsfc3box> <200506171402.54826.paul@codesourcery.com> Content-Type: text/plain Date: Fri, 17 Jun 2005 23:18:42 +0100 Message-Id: <1119046722.24842.23.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, 2005-06-17 at 14:02 +0100, Paul Brook wrote: > On Friday 17 June 2005 13:58, Darryl Dixon wrote: > > 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 :) Works fine on FC4 PPC :) > 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 Is that also in Red Hat bugzilla? -- dwmw2