From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21099 invoked by alias); 20 Mar 2013 15:52:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 21049 invoked by uid 89); 20 Mar 2013 15:51:54 -0000 X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 20 Mar 2013 15:51:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 26D971C7BD1; Wed, 20 Mar 2013 11:51:41 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xeUMdIcCHoIV; Wed, 20 Mar 2013 11:51:41 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EAAFF1C7B3A; Wed, 20 Mar 2013 11:51:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1B35DC73D7; Wed, 20 Mar 2013 08:51:39 -0700 (PDT) Date: Wed, 20 Mar 2013 15:52:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA] ARI: Extend binary operator at EOL checks (was: About New ARI warning Sun Mar 10 02:06:07 UTC 2013 in -D 2013-03-10-gmt) Message-ID: <20130320155138.GA5447@adacore.com> References: <20130310020607.GA11887@sourceware.org> <1363003431.5561.0@abidh-ubunto1104> <007701ce1e66$0383f480$0a8bdd80$@muller@ics-cnrs.unistra.fr> <20130311175838.GI3264@adacore.com> <000c01ce1ff8$d93d3260$8bb79720$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000c01ce1ff8$d93d3260$8bb79720$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-03/txt/msg00743.txt.bz2 > Here is a propsoal for this, > it extends the tested binray operator list from > &&, ||, != and == > to > &&, ||, !=, ==,+, -, / and *. [...] > I did not (yet) change the document of the ARI > because this generates a long list of false ARI changes, > thus I plan to do it later so that the true new ARI > warnings generated by this change are not shadowed by > this. Not sure if you were waiting for feedback from us or not, before checking it in? Looks like a nice addition to the current list. -- Joel