From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB56B-00047A-Vc for qemu-devel@nongnu.org; Wed, 05 Feb 2014 11:13:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB563-0004CQ-Ej for qemu-devel@nongnu.org; Wed, 05 Feb 2014 11:13:15 -0500 Message-ID: <52F262FF.4010909@gmail.com> Date: Wed, 05 Feb 2014 10:12:47 -0600 From: Tom Musta MIME-Version: 1.0 References: <1391196846-12188-1-git-send-email-tommusta@gmail.com> <1391196846-12188-7-git-send-email-tommusta@gmail.com> <1DE1A896-D6CB-4F22-82BC-723B2EA7AA73@suse.de> In-Reply-To: <1DE1A896-D6CB-4F22-82BC-723B2EA7AA73@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [V2 PATCH 6/9] target-ppc: Load Quadword List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "list@suse.de:PowerPC" , qemu-devel On 2/5/2014 3:43 AM, Alexander Graf wrote: > I would've expected the compiler to emit a warning at this point because you're declaring variables outside of the beginning of a scope? I did not see a warning on either of my test platforms (PowerPC/RHEL/GCC 4.4.7, Intel/Ubuntu/GCC 4.6.3). But I will certainly fix.