[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-trivial] [PATCH] configure: Don't use __int128_t
From: |
Michael Tokarev |
Subject: |
Re: [Qemu-stable] [Qemu-trivial] [PATCH] configure: Don't use __int128_t for clang versions before 3.2 |
Date: |
Fri, 14 Mar 2014 20:36:33 +0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
07.03.2014 13:43, Stefan Weil wrote:
> Those versions don't fully support __int128_t.
>
> Cc: address@hidden
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>
> See http://stackoverflow.com/questions/16447808/bug-with-int128-t-in-clang
> for more details. Debian wheezy uses clang 3.0 and shows this bug.
>
> I did not test whether the QEMU code will work nevertheless, but I think
> it's better to be on the safe side and disable __int128_t for old clang
> versions.
Thanks, applied to -trivial.
/mjt