summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests/gcov-13.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/gcov-13.c')
-rw-r--r--gcc/testsuite/gcc.misc-tests/gcov-13.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/gcov-13.c b/gcc/testsuite/gcc.misc-tests/gcov-13.c
index 14be8f9e103..fa9680b2544 100644
--- a/gcc/testsuite/gcc.misc-tests/gcov-13.c
+++ b/gcc/testsuite/gcc.misc-tests/gcov-13.c
@@ -7,7 +7,7 @@
int __attribute__ ((weak)) weak ()
{
- return 1; /* count(-) */
+ return 1; /* count(-) { xfail *-*-* } */
}
int main ()
@@ -15,5 +15,5 @@ int main ()
return weak (); /* count(1) */
}
-/* { dg-final { run-gcov { -a gcov-13.c } } } */
+/* { dg-final { run-gcov { -a gcov-13.c } { xfail *-*-* } } } */
/* { dg-final { run-gcov { -a gcovpart-13b.c } } } */