From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdaxP-0001oz-CG for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:17:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdaxL-0001mc-Gu for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:17:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdaxL-0001mS-4o for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:17:43 -0400 Received: from [199.45.160.85] (helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GdaxK-00012u-0s for qemu-devel@nongnu.org; Fri, 27 Oct 2006 19:17:42 -0400 Date: Fri, 27 Oct 2006 17:17:12 -0600 (MDT) Message-Id: <20061027.171712.84362373.imp@bsdimp.com> Subject: Re: [Qemu-devel] [PATCH] Fix char signedness From: "M. Warner Losh" In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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@gmx.de Cc: schwab@suse.de In message: Johannes Schindelin writes: : Hi, : : On Fri, 27 Oct 2006, Andreas Schwab wrote: : : > Johannes Schindelin writes: : > : > > It has been a really long time I have been working on a broken system that : > > did not default to "signed". : > : > The only thing that is broken is your knowlege of C. : : Okay. : : And what system did you encounter this behaviour on? It is the default for arm with gcc, for one. The behavior is standards conforming, per section 6.2.5, para 15 of ANSI-C (1989) standard. Your characterization of it as 'broken' is wrong. Warner