From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19556 invoked by alias); 14 Aug 2006 20:24:12 -0000 Received: (qmail 19547 invoked by uid 22791); 14 Aug 2006 20:24:11 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Aug 2006 20:23:58 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k7EKNvjo013165 for ; Mon, 14 Aug 2006 16:23:57 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k7EKNp9v014786; Mon, 14 Aug 2006 16:23:51 -0400 Received: from [172.16.14.227] (IDENT:jaI920bDHDzNz9MRfIyCiZ/ulWtiI6wc@topaz.toronto.redhat.com [172.16.14.227]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k7EKNp0F029597; Mon, 14 Aug 2006 16:23:51 -0400 Message-ID: <44E0DBD7.9030301@redhat.com> Date: Mon, 14 Aug 2006 20:24:00 -0000 From: Dave Brolley User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: Alexander Viro CC: cgen@sourceware.org Subject: Re: [RFC] cgen_parse_signed_integer() and 64bit bugs References: <20060812171950.GA25038@devserv.devel.redhat.com> In-Reply-To: <20060812171950.GA25038@devserv.devel.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00027.txt.bz2 Alexander Viro wrote: > * change the rules and make cgen_parse_signed_integer() to do >fixups. > > I can't comment on the original intent, but this is how I've always expected this function to work. Dave