aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests/gcov-5b.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-03-27 23:53:08 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-03-27 23:53:08 +0000
commit7ffe3584805254da8b6cefbb89ebf4da8951c400 (patch)
tree2e5d7d573a5b7434c1a66870ae9f6c79faaea5d7 /gcc/testsuite/gcc.misc-tests/gcov-5b.c
parent01e60c33e6168fec1d7a79467b412d20a686bcf8 (diff)
downloadgcc-7ffe3584805254da8b6cefbb89ebf4da8951c400.zip
gcc-7ffe3584805254da8b6cefbb89ebf4da8951c400.tar.gz
gcc-7ffe3584805254da8b6cefbb89ebf4da8951c400.tar.bz2
gcov.exp (run-gcov): Add branches and calls options, rather than reading .x files.
* lib/gcov.exp (run-gcov): Add branches and calls options, rather than reading .x files. * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files. * g77.dg/gcov/gcov-1.f: Likewise. * gcc.misc-tests/gcov-4b.c: Likewise. * gcc.misc-tests/gcov-5b.c: Likewise. * gcc.misc-tests/gcov-6.c: Likewise. * gcc.misc-tests/gcov-7.c: Likewise. * gcc.misc-tests/gcov-8.c: Likewise. * g++.dg/gcov/gcov-1.x: Remove. * g77.dg/gcov/gcov-1.x: Likewise. * gcc.misc-tests/gcov-4b.x: Likewise. * gcc.misc-tests/gcov-5b.x: Likewise. * gcc.misc-tests/gcov-6.x: Likewise. * gcc.misc-tests/gcov-7.x: Likewise. * gcc.misc-tests/gcov-8.x: Likewise. From-SVN: r64937
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/gcov-5b.c')
-rw-r--r--gcc/testsuite/gcc.misc-tests/gcov-5b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/gcov-5b.c b/gcc/testsuite/gcc.misc-tests/gcov-5b.c
index ec59e56..cbd3958 100644
--- a/gcc/testsuite/gcc.misc-tests/gcov-5b.c
+++ b/gcc/testsuite/gcc.misc-tests/gcov-5b.c
@@ -31,4 +31,4 @@ int main ()
return 0;
}
-/* { dg-final { run-gcov -b gcov-5b.c } } */
+/* { dg-final { run-gcov branches { -b gcov-5b.c } } } */