diff mbox series

gcov-profile: Filter test only for some targets [PR102945]

Message ID e5417f77-6dda-4d5f-b072-cedc3294ec38@suse.cz
State New
Headers show
Series gcov-profile: Filter test only for some targets [PR102945] | expand

Commit Message

Martin Liška Nov. 5, 2021, 2:40 p.m. UTC
Pushed.

Martin

	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 mbox series

Patch

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)                                            \