From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxGTq-0006U9-Pi for qemu-devel@nongnu.org; Fri, 24 Apr 2009 04:09:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxGTl-0006TU-8v for qemu-devel@nongnu.org; Fri, 24 Apr 2009 04:09:53 -0400 Received: from [199.232.76.173] (port=34833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxGTl-0006TL-20 for qemu-devel@nongnu.org; Fri, 24 Apr 2009 04:09:49 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54758) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxGTk-0001Oj-JC for qemu-devel@nongnu.org; Fri, 24 Apr 2009 04:09:48 -0400 Message-ID: <49F173C0.4090704@redhat.com> Date: Fri, 24 Apr 2009 10:09:36 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [7234] Use a more natural order References: <20090423185308.GH3795@csclub.uwaterloo.ca> In-Reply-To: <20090423185308.GH3795@csclub.uwaterloo.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lennart Sorensen Cc: Blue Swirl , qemu-devel@nongnu.org On 04/23/09 20:53, Lennart Sorensen wrote: > fails compile, while > > if (x = 0) { > > compiles silently even when you didn't mean that. gcc warns about that these days ... cheers Gerd