From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSKq8-0005zo-VL for qemu-devel@nongnu.org; Fri, 16 Mar 2007 18:24:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSKq7-0005zb-7e for qemu-devel@nongnu.org; Fri, 16 Mar 2007 18:24:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSKq7-0005zY-2N for qemu-devel@nongnu.org; Fri, 16 Mar 2007 17:23:59 -0500 Received: from pih-relay06.plus.net ([212.159.14.133]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HSKow-0000CC-QS for qemu-devel@nongnu.org; Fri, 16 Mar 2007 18:22:46 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by pih-relay06.plus.net with esmtp (Exim) id 1HSKoo-0008Ez-Uq for qemu-devel@nongnu.org; Fri, 16 Mar 2007 22:22:39 +0000 Received: from [192.168.1.8] ([192.168.1.8]) (authenticated bits=0) by bandsman.co.uk (8.13.8/8.13.8) with ESMTP id l2GMMcva029162 for ; Fri, 16 Mar 2007 22:22:38 GMT Message-ID: <45FB18AD.4000400@bandsman.co.uk> Date: Fri, 16 Mar 2007 22:22:37 +0000 From: Nigel Horne MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Latest SVN fails to build on Fedora Core 6 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 .... gcc34 -O2 -pipe -mtune=pentium4 -march=pentium4 -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I.. -I/home/njh/src/qemu/target-i386 -I/home/njh/src/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/njh/src/qemu/fpu -DHAS_AUDIO -I/home/njh/src/qemu/slirp -c -o helper.o /home/njh/src/qemu/target-i386/helper.c ../softmmu_template.h: In function `__stq_mmu': ../softmmu_template.h:260: error: unable to find a register to spill in class `GENERAL_REGS' ../softmmu_template.h:260: error: this is the insn: (insn:HI 365 349 366 13 ../softmmu_template.h:290 (parallel [ (set (reg:DI 0 ax [216]) (lshiftrt:DI (reg/v:DI 59 [ val ]) (subreg:QI (reg:SI 229) 0))) (clobber (scratch:SI)) (clobber (reg:CC 17 flags)) ]) 309 {lshrdi3_1} (nil) (expr_list:REG_UNUSED (reg:CC 17 flags) (expr_list:REG_UNUSED (scratch:SI) (nil)))) ../softmmu_template.h:260: confused by earlier errors, bailing out make[1]: *** [helper.o] Error 1 make[1]: Leaving directory `/home/njh/src/qemu/i386-softmmu' make: *** [subdir-i386-softmmu] Error 2 [njh@njh qemu]$ -Nigel