From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUjyO-0007cB-KU for qemu-devel@nongnu.org; Tue, 23 Apr 2013 16:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUjyL-0000YG-Pd for qemu-devel@nongnu.org; Tue, 23 Apr 2013 16:37:56 -0400 Sender: Richard Henderson Message-ID: <5176F118.6050708@twiddle.net> Date: Tue, 23 Apr 2013 21:37:44 +0100 From: Richard Henderson MIME-Version: 1.0 References: <1366737312-8598-1-git-send-email-gabriel@kerneis.info> In-Reply-To: <1366737312-8598-1-git-send-email-gabriel@kerneis.info> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390x: use CONFIG_INT128 to detect __uint128_t List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gabriel Kerneis Cc: qemu-trivial@nongnu.org, Alexander Graf , qemu-devel@nongnu.org On 2013-04-23 18:15, Gabriel Kerneis wrote: > Target s390x uses ad-hoc macro magic to guess if the compiler > supports the GCC extension __uint128_t. This patch uses the > the dedicated macro CONFIG_INT128 defined by configure instead. > > This fixes compilation with the CIL source code analyzer, which > uses GCC as a preprocessor but does not support __uint128_t. > > Signed-off-by: Gabriel Kerneis Reviewed-by: Richard Henderson r~