From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20165 invoked by alias); 1 Apr 2004 12:11:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20121 invoked from network); 1 Apr 2004 12:11:46 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sources.redhat.com with SMTP; 1 Apr 2004 12:11:46 -0000 Received: from localhost (localhost [127.0.0.1]) by nile.gnat.com (Postfix) with ESMTP id DEC2EF2800; Thu, 1 Apr 2004 07:11:45 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21190-01-7; Thu, 1 Apr 2004 07:11:45 -0500 (EST) Received: by nile.gnat.com (Postfix, from userid 1345) id 5E112F2861; Thu, 1 Apr 2004 07:11:45 -0500 (EST) From: Paul Hilfinger To: drow@false.org Cc: gdb-patches@sources.redhat.com In-reply-to: <20040331190517.GA5010@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 31 Mar 2004 14:05:17 -0500) Subject: Re: [RFA]: Extend some arithmetic operations to range types. References: <20040326105916.3FAA5F2DA7@nile.gnat.com> <20040326180659.GA21603@nevyn.them.org> <20040329112951.08FBEF2F03@nile.gnat.com> <20040331190517.GA5010@nevyn.them.org> Message-Id: <20040401121145.5E112F2861@nile.gnat.com> Date: Thu, 01 Apr 2004 12:11:00 -0000 X-Virus-Scanned: by amavisd-new at nile.gnat.com X-SW-Source: 2004-04/txt/msg00015.txt.bz2 > > 2004-03-26 Paul N. Hilfinger > > > > * valarith.c: Update copyright notice. > > (value_add): Handle range types. > > (value_sub): Ditto. > > (value_equal): Ditto. > > (value_less): Ditto. > > (value_neg): Ditto. > > (value_complement): Ditto. > > (value_binop): Simplify slightly by using is_integral_type and > > eliminiating unnecessary COERCE_ENUMs. > > This patch looks good to me. Assuming that you've run the testsuite Always. No regressions on Linux. > with no regressions, it is OK. Thanks. Checked into HEAD. Paul Hilfinger ACT, Inc.