From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19506 invoked by alias); 24 Jan 2015 14:12:57 -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 19489 invoked by uid 89); 24 Jan 2015 14:12:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 24 Jan 2015 14:12:54 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0OECqLa013273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 24 Jan 2015 09:12:52 -0500 Received: from blokker.wildebeest.org (ovpn-116-62.ams2.redhat.com [10.36.116.62]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t0OECphR005554 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 24 Jan 2015 09:12:52 -0500 Received: by blokker.wildebeest.org (Postfix, from userid 1000) id CACD72073F; Sat, 24 Jan 2015 15:12:50 +0100 (CET) Date: Sat, 24 Jan 2015 19:24:00 -0000 From: Mark Wielaard To: GDB Administrator Cc: gdb-patches@sourceware.org Subject: Re: New ARI warning Sat Jan 24 01:55:33 UTC 2015 Message-ID: <20150124141250.GA19834@blokker.redhat.com> References: <20150124015533.GA15183@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150124015533.GA15183@sourceware.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-01/txt/msg00669.txt.bz2 Hi, On Sat, Jan 24, 2015 at 01:55:34AM +0000, GDB Administrator wrote: > 645a646 > > gdb/stack.c:2467: gettext: _ markup: All messages should be marked up with _. > gdb/stack.c:2467: warning ("Function does not return normally to caller."); I think that is caused by my patch and the fix seems to simply add the _ as attached. OK to push? How do I run these ARI checks locally? And could the buildbot do them? Thanks, Mark