From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20229 invoked by alias); 22 Jun 2018 16:01:05 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 19981 invoked by uid 89); 22 Jun 2018 16:00:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= 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 ESMTP; Fri, 22 Jun 2018 16:00:54 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A0935307D86D; Fri, 22 Jun 2018 16:00:36 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-2.rdu2.redhat.com [10.10.112.2]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9272E70C4A; Fri, 22 Jun 2018 16:00:35 +0000 (UTC) Subject: Re: [PATCH][testsuite/guality] Be verbose about gdb version used To: Tom de Vries , gcc-patches@gcc.gnu.org Cc: Mike Stump , Rainer Orth References: <20180622113456.r4pnsat4yz3qwac5@localhost.localdomain> From: Jeff Law Openpgp: preference=signencrypt Message-ID: <54fe6363-3dc4-5cde-8ba4-e7b536405a3e@redhat.com> Date: Fri, 22 Jun 2018 16:01:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180622113456.r4pnsat4yz3qwac5@localhost.localdomain> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg01428.txt.bz2 On 06/22/2018 05:35 AM, Tom de Vries wrote: > Hi, > > by default, guality invokes gdb with --quiet to avoid being unnecessarily > verbose for each test. But as a consequence, we don't see which version of > gdb is used. > > This patch adds printing of the full path to the gdb used, as well as the > gdb version as printed by gdb. > > Tested on x86_64. > > OK for trunk? > > Thanks, > - Tom > > [testsuite/guality] Be verbose about gdb version used > > 2018-06-22 Tom de Vries > > * lib/gcc-gdb-test.exp (report_gdb): New proc. > * g++.dg/guality/guality.exp: Use report_gdb. > * gcc.dg/guality/guality.exp: Same. > * gfortran.dg/guality/guality.exp: Same. OK. jeff