From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdVuL-0003IO-VU for qemu-devel@nongnu.org; Fri, 27 Oct 2006 13:54:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdVuG-0003Ce-IB for qemu-devel@nongnu.org; Fri, 27 Oct 2006 13:54:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdVuG-0003CW-77 for qemu-devel@nongnu.org; Fri, 27 Oct 2006 13:54:12 -0400 Received: from [66.249.82.236] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdVuG-0008Sn-9B for qemu-devel@nongnu.org; Fri, 27 Oct 2006 13:54:12 -0400 Received: by wx-out-0506.google.com with SMTP id r21so1123314wxc for ; Fri, 27 Oct 2006 10:54:11 -0700 (PDT) Message-ID: Date: Fri, 27 Oct 2006 19:54:10 +0200 From: "andrzej zaborowski" Sender: balrogg@gmail.com Subject: Re: [Qemu-devel] [PATCH] Fix char signedness In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: balrogg@gmail.com, 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 Cc: Andreas Schwab On 27/10/06, Johannes Schindelin wrote: > On Fri, 27 Oct 2006, Andreas Schwab wrote: > It has been a really long time I have been working on a broken system that > did not default to "signed". Just out of curiosity: what system did you > see the breakage on? AFAIK, it's not a broken system. The default signedness of char is undefined and I remember reading something on arm.linux.org.uk about ARM compilers (including gcc) using the opposite default to the rest of the archs. Regards,