From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEkb1-0003UA-0j for qemu-devel@nongnu.org; Sat, 15 Feb 2014 14:08:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEkaw-0007yB-1T for qemu-devel@nongnu.org; Sat, 15 Feb 2014 14:08:14 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:58517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEkav-0007y5-Pt for qemu-devel@nongnu.org; Sat, 15 Feb 2014 14:08:09 -0500 Message-ID: <52FFBB18.3090003@msgid.tls.msk.ru> Date: Sat, 15 Feb 2014 23:08:08 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <52FFA51B.9070108@msgid.tls.msk.ru> <52FFB993.5020006@msgid.tls.msk.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu git does not build on 32bits anymore (incl mingw32) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel 15.02.2014 23:05, Peter Maydell wrote: > On 15 February 2014 19:01, Michael Tokarev wrote: >> BTW, current debian wheezy catches these constants >> in 32bits too. I mean, when the host is 32bits. > > Must be a new-gcc thing, then, maybe? My test 32 bit > Linux host has gcc-4.6.3-1ubuntu5 and that builds fine > (it did complain about some of the constants which is > why I caught and fixed those). gcc-4.7.2 (which is the version on debian wheezy) complains about these. It is actually the same compiler I used to build mingw32 stuff. /mjt