gcov-profile: Filter test only for some targets [PR102945]
authorMartin Liska <mliska@suse.cz>
Fri, 5 Nov 2021 14:39:53 +0000 (15:39 +0100)
committerMartin Liska <mliska@suse.cz>
Fri, 5 Nov 2021 14:40:47 +0000 (15:40 +0100)
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

index a42a768..4583360 100644 (file)
@@ -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)                                            \