From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdlBo-0008Tp-Ln for qemu-devel@nongnu.org; Sat, 28 Oct 2006 06:13:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdlBn-0008Sj-MX for qemu-devel@nongnu.org; Sat, 28 Oct 2006 06:13:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdlBn-0008ST-Gl for qemu-devel@nongnu.org; Sat, 28 Oct 2006 06:13:19 -0400 Received: from [193.252.23.69] (helo=smtp-msa-out14.orange.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdlBn-0002uI-Bj for qemu-devel@nongnu.org; Sat, 28 Oct 2006 06:13:19 -0400 Received: from [192.168.0.2] (ANice-251-1-2-134.w86-200.abo.wanadoo.fr [86.200.9.134]) by mwinf1409.orange.fr (SMTP Server) with ESMTP id A5C86700008B for ; Sat, 28 Oct 2006 12:13:17 +0200 (CEST) Message-ID: <45432D9D.2020305@wanadoo.fr> Date: Sat, 28 Oct 2006 12:14:53 +0200 From: Laurent Desnogues MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix char signedness References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Johannes Schindelin a =E9crit : >=20 > And what system did you encounter this behaviour on? Do a: grep -wr DEFAULT_SIGNED_CHAR gcc/config in a gcc source tree and you will get a list for gcc targets :) Laurent