From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22068 invoked by alias); 18 Aug 2013 11:14:14 -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 22008 invoked by uid 89); 18 Aug 2013 11:14:13 -0000 X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.201.48) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 18 Aug 2013 11:14:12 +0000 Received: from md16.u-strasbg.fr (md16.u-strasbg.fr [130.79.200.206]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r7IBE5JR032598 for ; Sun, 18 Aug 2013 13:14:05 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from ms15.u-strasbg.fr (ms15.u-strasbg.fr [130.79.204.115]) by md16.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r7IBE5O1014257 for ; Sun, 18 Aug 2013 13:14:05 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (Authenticated sender: mullerp) by ms15.u-strasbg.fr (Postfix) with ESMTPSA id C5B221FD88 for ; Sun, 18 Aug 2013 13:14:04 +0200 (CEST) From: "Pierre Muller" To: References: <20130818015149.GA4386@sourceware.org> In-Reply-To: <20130818015149.GA4386@sourceware.org> Subject: RE: New ARI warning Sun Aug 18 01:51:49 UTC 2013 in -D 2013.08.18.00.00.15 Date: Sun, 18 Aug 2013 11:14:00 -0000 Message-ID: <000301ce9c04$0c81abb0$25850310$@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-08/txt/msg00456.txt.bz2 This is indeed great news: it means that Joel succeeded in fixing the nightly snapshot and ARI update! Thanks, Joel! > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de GDB Administrator > Envoy=E9=A0: dimanche 18 ao=FBt 2013 03:52 > =C0=A0: gdb-patches@sourceware.org > Objet=A0: New ARI warning Sun Aug 18 01:51:49 UTC 2013 in -D > 2013.08.18.00.00.15 > > gdb/rs6000-nat.c:134: regression: hash: Do not use ' #...', instead use > '#...'(some compilers only correctly parse a C preprocessor directive when > '#' is the first character on the line) > gdb/rs6000-nat.c:134: #ifdef HAVE_PTRACE64 In rs6000-nat.c, a new regression was introduced related to the hash rule: This rule says that: Do not use ` #...', instead use `#...'(some compilers only correctly parse a C preprocessor directive when `#' is the first character on the line) Pierre Muller as ARI maintainer