From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DWLy5-0002H1-Um for qemu-devel@nongnu.org; Thu, 12 May 2005 18:15:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DWLy3-0002FX-7M for qemu-devel@nongnu.org; Thu, 12 May 2005 18:15:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWLy2-0002EW-UW for qemu-devel@nongnu.org; Thu, 12 May 2005 18:15:42 -0400 Received: from [64.233.170.197] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DWM2a-0006J0-FJ for qemu-devel@nongnu.org; Thu, 12 May 2005 18:20:24 -0400 Received: by rproxy.gmail.com with SMTP id j1so214017rnf for ; Thu, 12 May 2005 15:13:26 -0700 (PDT) Message-ID: Date: Fri, 13 May 2005 00:13:26 +0200 From: Pascal Terjan Subject: Re: [Qemu-devel] [patch] gcc4 host support In-Reply-To: <200505121800.40417.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200505112204.10204.paul@codesourcery.com> <200505121800.40417.paul@codesourcery.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 5/12/05, Paul Brook wrote: > On Wednesday 11 May 2005 22:04, Paul Brook wrote: > > The attached patch adds support for gcc4 x86 and x86_64 hosts. >=20 > This time with the correct patch attached. Hello, I can't build qemu under gcc4.0.0 with your patch and using -O2. I get : /home/pterjan/rpm/BUILD/qemu-0.7.0/target-i386/ops_sse.h: In function 'op_pshufw_mmx': /home/pterjan/rpm/BUILD/qemu-0.7.0/target-i386/ops_sse.h:574: error: unable to find a register to spill in class 'GENERAL_REGS' /home/pterjan/rpm/BUILD/qemu-0.7.0/target-i386/ops_sse.h:574: error: this is the insn: (insn:HI 18 17 19 0 /home/pterjan/rpm/BUILD/qemu-0.7.0/target-i386/ops_sse.h:569 (set (strict_low_part (subreg:HI (reg/v:DI 63 [ r ]) 0)) (mem/s/j:HI (plus:SI (mult:SI (reg:SI 64) (const_int 2 [0x2])) (reg/v/f:SI 59 [ s ])) [0 ._w S2 A16])) 41 {*movstricthi_1} (insn_list:REG_DEP_TRUE 16 (insn_list:REG_DEP_TRUE 12 (insn_list:REG_DEP_TRUE 53 (nil)))) (expr_list:REG_DEAD (reg:SI 64) (nil))) /home/pterjan/rpm/BUILD/qemu-0.7.0/target-i386/ops_sse.h:574: confused by earlier errors, bailing out