From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BeEby-0007qi-Tf for qemu-devel@nongnu.org; Sat, 26 Jun 2004 10:56:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BeEby-0007qW-1g for qemu-devel@nongnu.org; Sat, 26 Jun 2004 10:56:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BeEbx-0007qT-Uv for qemu-devel@nongnu.org; Sat, 26 Jun 2004 10:56:58 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BeEZj-0005vN-Fj for qemu-devel@nongnu.org; Sat, 26 Jun 2004 10:54:39 -0400 Received: from [62.253.162.47] (helo=mta07-svc.ntlworld.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1BeAdt-00051r-BT for qemu-devel@nongnu.org; Sat, 26 Jun 2004 06:42:45 -0400 Received: from imcfarla.homelinux.net ([213.105.35.3]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040626104042.BVVK5696.mta07-svc.ntlworld.com@imcfarla.homelinux.net> for ; Sat, 26 Jun 2004 11:40:42 +0100 From: Iain McFarlane Date: Sat, 26 Jun 2004 11:40:05 +0100 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406261140.05946.imcfarla@ntlworld.com> Subject: [Qemu-devel] compile error with gcc 3.4.1 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 Hi, When trying to compile from cvs i get the following error: gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=0 -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I/home/iain/qemu/qemu/target-i386 -I/home/iain/qemu/qemu -D_GNU_SOURCE -I/home/iain/qemu/qemu/slirp -c -o op.o /home/iain/qemu/qemu/target-i386/op.c /home/iain/qemu/qemu/target-i386/ops_template_mem.h: In function `op_rolb_kernel_T0_T1_cc': /home/iain/qemu/qemu/softmmu_header.h:179: error: can't find a register in class `GENERAL_REGS' while reloading `asm' make[1]: *** [op.o] Error 1 make[1]: Leaving directory `/home/iain/src/qemu/i386-softmmu' if I reduce it to -O1 then there is no error and everything works ok. Thanks, Iain