From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K29ou-0003dG-S8 for qemu-devel@nongnu.org; Fri, 30 May 2008 14:59:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K29ot-0003d4-HW for qemu-devel@nongnu.org; Fri, 30 May 2008 14:59:19 -0400 Received: from [199.232.76.173] (port=32985 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K29ot-0003d1-CM for qemu-devel@nongnu.org; Fri, 30 May 2008 14:59:19 -0400 Received: from yw-out-1718.google.com ([74.125.46.156]:17753) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K29os-0005jQ-6Q for qemu-devel@nongnu.org; Fri, 30 May 2008 14:59:18 -0400 Received: by yw-out-1718.google.com with SMTP id 6so2337941ywa.82 for ; Fri, 30 May 2008 11:59:10 -0700 (PDT) Message-ID: Date: Fri, 30 May 2008 21:59:09 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [4544] added tcg_temp_free() and improved the handling of constants In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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/23/08, Fabrice Bellard wrote: > Revision: 4544 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4544 > Author: bellard > Date: 2008-05-23 17:33:39 +0000 (Fri, 23 May 2008) > > Log Message: > ----------- > added tcg_temp_free() and improved the handling of constants > > Modified Paths: > -------------- > trunk/tcg/tcg-op.h > trunk/tcg/tcg.c > trunk/tcg/tcg.h This commit broke sparc64-linux-user on i386 host. The error can be reproduced for example: ./obj-i386/sparc64-linux-user/qemu-sparc64 -L ../sparc64 ../sash -h /src/qemu/tcg/tcg.c:1700: tcg fatal error While the expected output is: Stand-alone shell (version 3.7) Usage: sash [-a] [-q] [-f fileName] [-c command] [-p prompt]