From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5093 invoked by alias); 28 Jun 2005 19:48:05 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 4985 invoked by uid 22791); 28 Jun 2005 19:47:56 -0000 Received: from smtp-102-tuesday.noc.nerim.net (HELO mallaury.noc.nerim.net) (62.4.17.102) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 28 Jun 2005 19:47:56 +0000 Received: from uniton.integrable-solutions.net (gdr.net1.nerim.net [62.212.99.186]) by mallaury.noc.nerim.net (Postfix) with ESMTP id 61CEF62D03; Tue, 28 Jun 2005 21:47:52 +0200 (CEST) Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j5SJlGKY005340; Tue, 28 Jun 2005 21:47:16 +0200 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.10/8.12.10/Submit) id j5SJlFpI005339; Tue, 28 Jun 2005 21:47:16 +0200 To: Robert Dewar Cc: Andrew Pinski , Olivier Galibert , "'gcc mailing list'" , "'Andrew Haley'" , Dave Korn Subject: Re: signed is undefined and has been since 1992 (in GCC) References: <20050628180203.GG52889@dspnet.fr.eu.org> <20050628191006.GI52889@dspnet.fr.eu.org> <882882640c20778910272cdd8e19eff4@physics.uc.edu> <42C1A5AF.3090905@adacore.com> From: Gabriel Dos Reis In-Reply-To: <42C1A5AF.3090905@adacore.com> Date: Tue, 28 Jun 2005 19:48:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-06/txt/msg01191.txt.bz2 Robert Dewar writes: | Gabriel Dos Reis wrote: | | > The strict aliasing rule by itself does not show it is not a high level | > assembly language. There are chips out there where you cannot access | > data willy-nilly through random register types. | | And there are chips for which signed arithmetic is not wrap around! yes, but that is irrelevant, the assumptin was made that one knows what the chip provides. numeric_limits is target dependent. -- Gaby