public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4940] gcov-profile: Filter test only for some targets [PR102945]
@ 2021-11-05 14:41 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-11-05 14:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d8a62882b83d4361a2b54304f80a4d510490811d

commit r12-4940-gd8a62882b83d4361a2b54304f80a4d510490811d
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Nov 5 15:39:53 2021 +0100

    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.

Diff:
---
 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 a42a768326c..4583360feef 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)                                            \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-05 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 14:41 [gcc r12-4940] gcov-profile: Filter test only for some targets [PR102945] Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).