From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121371 invoked by alias); 18 May 2018 01:58:21 -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 121350 invoked by uid 89); 18 May 2018 01:58:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=Administrator X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 18 May 2018 01:58:19 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 6290A1E512; Thu, 17 May 2018 21:58:18 -0400 (EDT) Subject: Re: New ARI warning Fri May 18 01:56:48 UTC 2018 To: GDB Administrator , gdb-patches@sourceware.org References: <20180518015648.GA106395@sourceware.org> From: Simon Marchi Message-ID: Date: Fri, 18 May 2018 02:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180518015648.GA106395@sourceware.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-05/txt/msg00398.txt.bz2 On 2018-05-17 09:56 PM, GDB Administrator wrote: > 644a645,646 >> gdb/unittests/format_pieces-selftests.c:51: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value > gdb/unittests/format_pieces-selftests.c:51: check ("Hello %d%llx%%d", >> gdb/unittests/format_pieces-selftests.c:56: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value > gdb/unittests/format_pieces-selftests.c:56: format_piece ("%llx", long_long_arg), > These are false positives. Simon