From d8a62882b83d4361a2b54304f80a4d510490811d Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Fri, 5 Nov 2021 15:39:53 +0100 Subject: [PATCH] gcov-profile: Filter test only for some targets [PR102945] PR gcov-profile/102945 gcc/testsuite/ChangeLog: * gcc.dg/gcov-info-to-gcda.c: Filter supported targets. --- gcc/testsuite/gcc.dg/gcov-info-to-gcda.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/testsuite/gcc.dg/gcov-info-to-gcda.c b/gcc/testsuite/gcc.dg/gcov-info-to-gcda.c index a42a768..4583360 100644 --- a/gcc/testsuite/gcc.dg/gcov-info-to-gcda.c +++ b/gcc/testsuite/gcc.dg/gcov-info-to-gcda.c @@ -1,5 +1,4 @@ -/* { dg-do run } */ -/* { dg-skip-if "profile-info-section" { powerpc-ibm-aix* } } */ +/* { dg-do run { target *-*-linux* *-*-gnu* } } */ /* { dg-options "-fprofile-arcs -fprofile-info-section" } */ #define assert(expr) \ -- 2.7.4