From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHJgI-0007Xg-2D for qemu-devel@nongnu.org; Thu, 18 Jun 2009 11:37:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHJgD-0007OG-9C for qemu-devel@nongnu.org; Thu, 18 Jun 2009 11:37:37 -0400 Received: from [199.232.76.173] (port=34934 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHJgC-0007Np-2G for qemu-devel@nongnu.org; Thu, 18 Jun 2009 11:37:32 -0400 Received: from mx20.gnu.org ([199.232.41.8]:36495) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MHJgB-0001pU-FD for qemu-devel@nongnu.org; Thu, 18 Jun 2009 11:37:31 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHJg9-0008Iw-Aa for qemu-devel@nongnu.org; Thu, 18 Jun 2009 11:37:29 -0400 From: Paul Brook Subject: Re: [Qemu-devel] PPC target Date: Thu, 18 Jun 2009 16:37:25 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906181637.26796.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl On Wednesday 17 June 2009, malc wrote: > On Wed, 17 Jun 2009, Blue Swirl wrote: > > On 6/17/09, malc wrote: > > > I don't know what exactly changed (-Werror, opcode section removal, > > > compiler version), but PPC target doesn't build here without: > > > > What's the problem? Error from compiler? > > Same old, variable might be uninitialized. In that case you should be using TCGV_UNUSED. Paul