From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36900 invoked by alias); 9 Aug 2018 14:32:54 -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 36008 invoked by uid 89); 9 Aug 2018 14:32:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:dwarf-index-write.c, gettext, sk:dwarf-i, sk:dwarfi X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Aug 2018 14:32:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3C3A61162E6; Thu, 9 Aug 2018 10:32:51 -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 mOkxfHJ1-aad; Thu, 9 Aug 2018 10:32:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 09A641162DA; Thu, 9 Aug 2018 10:32:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4F7F385D46; Thu, 9 Aug 2018 07:32:49 -0700 (PDT) Date: Thu, 09 Aug 2018 14:32:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: GDB Administrator , gdb-patches@sourceware.org Subject: Re: New ARI warning Wed Aug 8 01:55:57 UTC 2018 Message-ID: <20180809143249.GA2452@adacore.com> References: <20180808015557.GA64451@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-08/txt/msg00212.txt.bz2 > > gdb/dwarf-index-write.c:1625: perror_with_name ("rename"); > > > gdb/dwarf-index-write.c:1640: gettext: _ markup: All messages should > > > be marked up with _. > > gdb/dwarf-index-write.c:1640: perror_with_name ("rename"); > > I think these can be ignored, since these messages can't be translated. Let's add an ARI marker to document this, and silence the ARI? Otherwise, someone looking at the ARI report for some easy things to improve might come upon this one and waste time figuring out that these cannot be translated. And also, it would prevent the report from containing too many false positive... -- Joel