aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests/gcov-16.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2011-12-01 19:58:51 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2011-12-01 19:58:51 +0000
commit0e485da09d9d70c0e97afbba1760e55503534c8b (patch)
treec19a213a9444ed1412e00ebff1f98d2e08bf5346 /gcc/testsuite/gcc.misc-tests/gcov-16.c
parent78336739dea412bb0ff9431acbb96222c41c0ced (diff)
downloadgcc-0e485da09d9d70c0e97afbba1760e55503534c8b.zip
gcc-0e485da09d9d70c0e97afbba1760e55503534c8b.tar.gz
gcc-0e485da09d9d70c0e97afbba1760e55503534c8b.tar.bz2
re PR gcov-profile/51113 (rev. 181105 causes Firefox profiledbuild failure)
PR gcov-profile/51113 * coverage.c (build_var): Keep coverage variables static. testsuite/ * lib/gcov.exp (verify-lines): Add support for xfailing. (run-gcov): Likewise. * gcc.misc-tests/gcov-13.c: Xfail weak function. * gcc.misc-tests/gcov-16.c: Remove. * gcc.misc-tests/gcov-17.c: Remove. * g++.dg/gcov-8.C: Remove. * g++.dg/gcov-9.C: Remove. * g++.dg/gcovpart-12b.C: New. * g++.dg/gcov-12.C: New. From-SVN: r181892
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/gcov-16.c')
-rw-r--r--gcc/testsuite/gcc.misc-tests/gcov-16.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/gcov-16.c b/gcc/testsuite/gcc.misc-tests/gcov-16.c
deleted file mode 100644
index 478f44a..0000000
--- a/gcc/testsuite/gcc.misc-tests/gcov-16.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Test visibility is copied */
-
-/* { dg-options "-fprofile-arcs -fvisibility=hidden" } */
-/* { dg-require-visibility "" } */
-/* { dg-require-weak "" } */
-
-void Foo ()
-{
-}
-
- /* { dg-final { scan-assembler "\\.hidden\t__gcov__Foo" { target { ! *-*-darwin* } } } } */
- /* { dg-final { scan-assembler "\\.private_extern ___gcov__Foo" { target *-*-darwin* } } } */