From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJCwY-0005o4-9b for qemu-devel@nongnu.org; Sun, 27 Jan 2008 14:13:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJCwW-0005ng-Tb for qemu-devel@nongnu.org; Sun, 27 Jan 2008 14:13:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJCwW-0005nd-Oq for qemu-devel@nongnu.org; Sun, 27 Jan 2008 14:13:24 -0500 Received: from tapir.sajinet.com.pe ([66.139.79.212]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJCwW-0006gf-IG for qemu-devel@nongnu.org; Sun, 27 Jan 2008 14:13:24 -0500 Date: Sun, 27 Jan 2008 13:24:34 -0600 From: Carlo Marcelo Arenas Belon Subject: Re: [Qemu-devel] Compilation error on Ubuntu 6.06 and 7.10 with gcc-3.4 Message-ID: <20080127192434.GA32017@tapir> References: <479CBCF4.8000905@wasp.net.au> <479CC6F2.6050207@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <479CC6F2.6050207@citrix.com> 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 Sun, Jan 27, 2008 at 06:01:22PM +0000, Stefano Stabellini wrote: > I can confirm this, I have the same problem on Kubuntu 7.10 i386 using > either gcc-3.4 or gcc-3.3. architectural limitation for x86 triggered by cpu-exec.c version 1.131, reverting to 1.130 allows the compilation to proceed Carlo