From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12626 invoked by alias); 21 Mar 2013 08:20:42 -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 12606 invoked by uid 89); 21 Mar 2013 08:20:35 -0000 X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,MSGID_MULTIPLE_AT autolearn=no version=3.3.1 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.201.45) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 21 Mar 2013 08:19:46 +0000 Received: from md13.u-strasbg.fr (md13.u-strasbg.fr [130.79.200.248]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r2L8IeZ6006613 ; Thu, 21 Mar 2013 09:18:40 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms15.u-strasbg.fr [130.79.204.115]) by md13.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r2L8Idku002180 ; Thu, 21 Mar 2013 09:18:39 +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 r2L8IcfV009922 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Thu, 21 Mar 2013 09:18:38 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Frank Ch. Eigler'" , "'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> <001501ce2585$f5939110$e0bab330$@muller@ics-cnrs.unistra.fr> In-Reply-To: <001501ce2585$f5939110$e0bab330$@muller@ics-cnrs.unistra.fr> 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: Thu, 21 Mar 2013 08:31:00 -0000 Message-ID: <005d01ce260c$b08fcc00$11af6400$@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/msg00776.txt.bz2 > > =C0=A0: Pierre Muller > > Cc=A0: gdb-patches@sourceware.org > > Objet=A0: Re: [RFA] ARI: Extend binary operator at EOL checks (was: Abo= ut > New > > ARI warning Sun Mar 10 02:06:07 UTC 2013 in -D 2013-03-10-gmt) > > > > > 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. > > > > 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. >=20 > Tomorrow we will get a big list of new ARI warnings :)... My prediction power was once again defeated :( The reason is the change of machine hosting sourceware.org server. It seems that both snapshots and ARI nightly page generation didn't restart yet, latest are from Monday 2AM, so before the switch. Frank, is it normal that the gdbadmin cron jobs are still not working? If yes, could you give us an estimation of when it will be restarted? Thanks in advance, Pierre Muller as GDB ARI maintainer