From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F9S37-00014O-K0 for qemu-devel@nongnu.org; Wed, 15 Feb 2006 14:10:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F9S34-00011J-NU for qemu-devel@nongnu.org; Wed, 15 Feb 2006 14:10:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9S32-0000zU-RK for qemu-devel@nongnu.org; Wed, 15 Feb 2006 14:10:45 -0500 Received: from [193.7.176.20] (helo=bender.bawue.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1F9S80-0004oM-87 for qemu-devel@nongnu.org; Wed, 15 Feb 2006 14:15:52 -0500 Received: from lagash (unknown [194.74.144.146]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by bender.bawue.de (Postfix) with ESMTP id 1167B44D5B for ; Wed, 15 Feb 2006 20:10:43 +0100 (MET) Received: from ths by lagash with local (Exim 4.60) (envelope-from ) id 1F9S3H-0002mP-W8 for qemu-devel@nongnu.org; Wed, 15 Feb 2006 19:11:00 +0000 Date: Wed, 15 Feb 2006 19:10:59 +0000 Subject: Re: [Qemu-devel] [PATCH] Add gcc 4.0 support Message-ID: <20060215191059.GA10535@networkno.de> References: <20060215122501.GA29709@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer 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 Wed, Feb 15, 2006 at 05:20:07PM +0100, Johannes Schindelin wrote: > Hi, > > AFAIR gcc 4 had different problems on different platforms. Does your patch > solve them? I tested only Linux/powerpc and checked the disassembly there. I believe the patch will improve the situation generically for all platforms, but I may have missed some bits. If you describe a specific problem I can probably tell you if it is covered by my patch. Thiemo