From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYtlb-0005S4-84 for qemu-devel@nongnu.org; Mon, 28 May 2012 02:49:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYtlZ-0001U8-Kd for qemu-devel@nongnu.org; Mon, 28 May 2012 02:49:22 -0400 Message-ID: <4FC31FEA.7020406@redhat.com> Date: Mon, 28 May 2012 08:49:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1338133059-43484-1-git-send-email-andreas.faerber@web.de> In-Reply-To: <1338133059-43484-1-git-send-email-andreas.faerber@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-1.1] arch_init: Fix AltiVec build on Darwin/ppc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Alexander Graf , qemu-ppc , qemu-devel@nongnu.org, Eduardo Habkost Il 27/05/2012 17:37, Andreas F=C3=A4rber ha scritto: > GCC's altivec.h may in a !__APPLE_ALTIVEC__ code path redefine bool, > leading to type mismatches. altivec.h recommends to #undef for C++ > compatibility, but doing so on C leads to bool remaining undefined. Reviewed-by: Paolo Bonzini Paolo