| Message ID | 20220909125624.2561867-1-torbjorn.svensson@foss.st.com |
|---|---|
| State | Committed |
| Headers |
Return-Path: <gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org> X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A5A173857426 for <patchwork@sourceware.org>; Fri, 9 Sep 2022 12:57:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5A173857426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662728244; bh=AipvNuRP050ieZc8ake+gDb3gD/qRCQ6ItgQ6uVsup4=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=r7BT05gmHqvPgogIG8f5kCG5rI3kcFLck7BrlVFSg62JbfGNvuQjqR2YA317Oncck bbf2LJDh+eDoDXwkSLPG0q4ZQkfcUjpd8WDkgzMz7Y0X0Qmjspt13xt4P8qe5H5/+8 76FtVBY67iLBC7cpJCaBg7pmtgwYBvFUIq7LJh7s= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by sourceware.org (Postfix) with ESMTPS id 09C2938582BF for <gcc-patches@gcc.gnu.org>; Fri, 9 Sep 2022 12:56:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 09C2938582BF Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 2899xrLd028502; Fri, 9 Sep 2022 14:56:48 +0200 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3jfx0p2x2p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 09 Sep 2022 14:56:48 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5446110002A; Fri, 9 Sep 2022 14:56:46 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 4F8F421FE87; Fri, 9 Sep 2022 14:56:46 +0200 (CEST) Received: from jkgcxl0002.jkg.st.com (10.75.127.50) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2375.31; Fri, 9 Sep 2022 14:56:43 +0200 To: <gcc-patches@gcc.gnu.org> Subject: [PATCH v2] gcov: Respect triplet when looking for gcov Date: Fri, 9 Sep 2022 14:56:25 +0200 Message-ID: <20220909125624.2561867-1-torbjorn.svensson@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.75.127.50] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-09-09_07,2022-09-09_01,2022-06-22_01 X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list <gcc-patches.gcc.gnu.org> List-Unsubscribe: <https://gcc.gnu.org/mailman/options/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=unsubscribe> List-Archive: <https://gcc.gnu.org/pipermail/gcc-patches/> List-Post: <mailto:gcc-patches@gcc.gnu.org> List-Help: <mailto:gcc-patches-request@gcc.gnu.org?subject=help> List-Subscribe: <https://gcc.gnu.org/mailman/listinfo/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=subscribe> From: =?utf-8?q?Torbj=C3=B6rn_SVENSSON_via_Gcc-patches?= <gcc-patches@gcc.gnu.org> Reply-To: =?utf-8?q?Torbj=C3=B6rn_SVENSSON?= <torbjorn.svensson@foss.st.com> Cc: =?utf-8?q?Torbj=C3=B6rn_SVENSSON?= <torbjorn.svensson@foss.st.com>, nathan@acm.org, hubicka@ucw.cz Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" <gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org> |
| Series |
[v2] gcov: Respect triplet when looking for gcov
|
|
Commit Message
Torbjorn SVENSSON
Sept. 9, 2022, 12:56 p.m. UTC
When testing a cross toolchain outside the build tree, the binary name
for gcov is prefixed with the triplet.
gcc/testsuite/ChangeLog:
* g++.dg/gcov/gcov.exp: Respect triplet when looking for gcov.
* gcc.misc-tests/gcov.exp: Likewise.
Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
---
gcc/testsuite/g++.dg/gcov/gcov.exp | 4 ++--
gcc/testsuite/gcc.misc-tests/gcov.exp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Comments
Hello, > diff --git a/gcc/testsuite/gcc.misc-tests/gcov.exp b/gcc/testsuite/gcc.misc-tests/gcov.exp > index 82376d90ac2..a55ce234f6e 100644 > --- a/gcc/testsuite/gcc.misc-tests/gcov.exp > +++ b/gcc/testsuite/gcc.misc-tests/gcov.exp > @@ -24,9 +24,9 @@ global GCC_UNDER_TEST (...) > } else { > - set GCOV gcov > + set GCOV {transform gcov] Typo: I guess the opening curly bracket '{' should be a square one '['?
Hi, On 2022-09-11 16:34, Mikael Morin wrote: > Hello, > >> diff --git a/gcc/testsuite/gcc.misc-tests/gcov.exp >> b/gcc/testsuite/gcc.misc-tests/gcov.exp >> index 82376d90ac2..a55ce234f6e 100644 >> --- a/gcc/testsuite/gcc.misc-tests/gcov.exp >> +++ b/gcc/testsuite/gcc.misc-tests/gcov.exp >> @@ -24,9 +24,9 @@ global GCC_UNDER_TEST > (...) >> } else { >> - set GCOV gcov >> + set GCOV {transform gcov] > > Typo: I guess the opening curly bracket '{' should be a square one '['? Yes. Apparently I was too stressed when preparing this patch. Can you fix it for me and submit it or do you want me to send a v3?
Le 11/09/2022 à 18:04, Torbjorn SVENSSON a écrit :
> Can you fix it for me and submit it or do you want me to send a v3?
For trivial things like this, there is no need for a v3 (nor was there
for a v2).
Do you miss a git write account and need someone to push for you?
On 2022-09-11 21:38, Mikael Morin wrote: > Le 11/09/2022 à 18:04, Torbjorn SVENSSON a écrit : >> Can you fix it for me and submit it or do you want me to send a v3? > > For trivial things like this, there is no need for a v3 (nor was there > for a v2). > Do you miss a git write account and need someone to push for you? Ok! I do not have any write access, so yes, please push it for me!
Le 12/09/2022 à 09:06, Torbjorn SVENSSON a écrit : > > > On 2022-09-11 21:38, Mikael Morin wrote: >> Le 11/09/2022 à 18:04, Torbjorn SVENSSON a écrit : >>> Can you fix it for me and submit it or do you want me to send a v3? >> >> For trivial things like this, there is no need for a v3 (nor was there >> for a v2). >> Do you miss a git write account and need someone to push for you? > > Ok! > > I do not have any write access, so yes, please push it for me! No problem, I will do it the next time I synchronize my work tree, but it will have to wait a few days until that time.
On 9/12/22 09:06, Torbjorn SVENSSON via Gcc-patches wrote: > > > On 2022-09-11 21:38, Mikael Morin wrote: >> Le 11/09/2022 à 18:04, Torbjorn SVENSSON a écrit : >>> Can you fix it for me and submit it or do you want me to send a v3? >> >> For trivial things like this, there is no need for a v3 (nor was there for a v2). >> Do you miss a git write account and need someone to push for you? > > Ok! > > I do not have any write access, so yes, please push it for me! Please attach a patch with git format-patch and I'm going to push it now. Cheers, Martin
On 2022-09-12 10:40, Martin Liška wrote: > On 9/12/22 09:06, Torbjorn SVENSSON via Gcc-patches wrote: >> >> >> On 2022-09-11 21:38, Mikael Morin wrote: >>> Le 11/09/2022 à 18:04, Torbjorn SVENSSON a écrit : >>>> Can you fix it for me and submit it or do you want me to send a v3? >>> >>> For trivial things like this, there is no need for a v3 (nor was there for a v2). >>> Do you miss a git write account and need someone to push for you? >> >> Ok! >> >> I do not have any write access, so yes, please push it for me! > > Please attach a patch with git format-patch and I'm going to push it now. > > Cheers, > Martin Patch attached as requested. From 0400f4b34a62ad5a54e87c537b4a41bc630fd105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20SVENSSON?= <torbjorn.svensson@foss.st.com> Date: Fri, 9 Sep 2022 12:19:27 +0200 Subject: [PATCH] gcov: Respect triplet when looking for gcov MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When testing a cross toolchain outside the build tree, the binary name for gcov is prefixed with the triplet. gcc/testsuite/ChangeLog: * g++.dg/gcov/gcov.exp: Respect triplet when looking for gcov. * gcc.misc-tests/gcov.exp: Likewise. Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com> --- gcc/testsuite/g++.dg/gcov/gcov.exp | 4 ++-- gcc/testsuite/gcc.misc-tests/gcov.exp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/testsuite/g++.dg/gcov/gcov.exp b/gcc/testsuite/g++.dg/gcov/gcov.exp index 88acd95c361..04e7a016486 100644 --- a/gcc/testsuite/g++.dg/gcov/gcov.exp +++ b/gcc/testsuite/g++.dg/gcov/gcov.exp @@ -24,9 +24,9 @@ global GXX_UNDER_TEST # Find gcov in the same directory as $GXX_UNDER_TEST. if { ![is_remote host] && [string match "*/*" [lindex $GXX_UNDER_TEST 0]] } { - set GCOV [file dirname [lindex $GXX_UNDER_TEST 0]]/gcov + set GCOV [file dirname [lindex $GXX_UNDER_TEST 0]]/[transform gcov] } else { - set GCOV gcov + set GCOV [transform gcov] } # Initialize harness. diff --git a/gcc/testsuite/gcc.misc-tests/gcov.exp b/gcc/testsuite/gcc.misc-tests/gcov.exp index 82376d90ac2..b8e9661aa53 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov.exp +++ b/gcc/testsuite/gcc.misc-tests/gcov.exp @@ -24,9 +24,9 @@ global GCC_UNDER_TEST # For now find gcov in the same directory as $GCC_UNDER_TEST. if { ![is_remote host] && [string match "*/*" [lindex $GCC_UNDER_TEST 0]] } { - set GCOV [file dirname [lindex $GCC_UNDER_TEST 0]]/gcov + set GCOV [file dirname [lindex $GCC_UNDER_TEST 0]]/[transform gcov] } else { - set GCOV gcov + set GCOV [transform gcov] } # Initialize harness.
On 9/12/22 11:39, Torbjorn SVENSSON wrote: > On 2022-09-12 10:40, Martin Liška wrote: >> On 9/12/22 09:06, Torbjorn SVENSSON via Gcc-patches wrote: >>> >>> >>> On 2022-09-11 21:38, Mikael Morin wrote: >>>> Le 11/09/2022 à 18:04, Torbjorn SVENSSON a écrit : >>>>> Can you fix it for me and submit it or do you want me to send a v3? >>>> >>>> For trivial things like this, there is no need for a v3 (nor was there for a v2). >>>> Do you miss a git write account and need someone to push for you? >>> >>> Ok! >>> >>> I do not have any write access, so yes, please push it for me! >> >> Please attach a patch with git format-patch and I'm going to push it now. >> >> Cheers, >> Martin > > Patch attached as requested. Thanks. Pushed with a small correction of the commit message: remote: *** ChangeLog format failed: remote: *** ERR: line should start with a tab: " * g++.dg/gcov/gcov.exp: Respect triplet when looking for gcov." remote: *** ERR: line should start with a tab: " * gcc.misc-tests/gcov.exp: Likewise." as 34b9a03353d3fdc5c57f2708469d0df78c6d6508. Cheers, Martin
diff --git a/gcc/testsuite/g++.dg/gcov/gcov.exp b/gcc/testsuite/g++.dg/gcov/gcov.exp index 88acd95c361..04e7a016486 100644 --- a/gcc/testsuite/g++.dg/gcov/gcov.exp +++ b/gcc/testsuite/g++.dg/gcov/gcov.exp @@ -24,9 +24,9 @@ global GXX_UNDER_TEST # Find gcov in the same directory as $GXX_UNDER_TEST. if { ![is_remote host] && [string match "*/*" [lindex $GXX_UNDER_TEST 0]] } { - set GCOV [file dirname [lindex $GXX_UNDER_TEST 0]]/gcov + set GCOV [file dirname [lindex $GXX_UNDER_TEST 0]]/[transform gcov] } else { - set GCOV gcov + set GCOV [transform gcov] } # Initialize harness. diff --git a/gcc/testsuite/gcc.misc-tests/gcov.exp b/gcc/testsuite/gcc.misc-tests/gcov.exp index 82376d90ac2..a55ce234f6e 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov.exp +++ b/gcc/testsuite/gcc.misc-tests/gcov.exp @@ -24,9 +24,9 @@ global GCC_UNDER_TEST # For now find gcov in the same directory as $GCC_UNDER_TEST. if { ![is_remote host] && [string match "*/*" [lindex $GCC_UNDER_TEST 0]] } { - set GCOV [file dirname [lindex $GCC_UNDER_TEST 0]]/gcov + set GCOV [file dirname [lindex $GCC_UNDER_TEST 0]]/[transform gcov] } else { - set GCOV gcov + set GCOV {transform gcov] } # Initialize harness.