From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1825 invoked by alias); 20 Mar 2013 16:14:30 -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 1793 invoked by uid 89); 20 Mar 2013 16:14:23 -0000 X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20,MSGID_MULTIPLE_AT autolearn=no version=3.3.1 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.201.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 20 Mar 2013 16:14:20 +0000 Received: from md15.u-strasbg.fr (md15.u-strasbg.fr [130.79.200.204]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r2KGEFt2065821 ; Wed, 20 Mar 2013 17:14:15 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms18.u-strasbg.fr [130.79.204.118]) by md15.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r2KGEEMO006988 ; Wed, 20 Mar 2013 17:14:14 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r2KGED7J021433 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Wed, 20 Mar 2013 17:14:14 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: 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> <20130320155138.GA5447@adacore.com> In-Reply-To: <20130320155138.GA5447@adacore.com> 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) Date: Wed, 20 Mar 2013 16:42:00 -0000 Message-ID: <001501ce2585$f5939110$e0bab330$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-03/txt/msg00748.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Joel Brobecker > Envoy=E9=A0: mercredi 20 mars 2013 16:52 > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: 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) >=20 > > Here is a propsoal for this, > > it extends the tested binray operator list from > > &&, ||, !=3D and =3D=3D > > to > > &&, ||, !=3D, =3D=3D,+, -, / 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. >=20 > 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. Yes indeed, I take this as an approval and just committed the change. Tomorrow we will get a big list of new ARI warnings :)... Pierre Muller as ARI maintainer