From 7ffe3584805254da8b6cefbb89ebf4da8951c400 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Thu, 27 Mar 2003 23:53:08 +0000 Subject: 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 --- gcc/testsuite/gcc.misc-tests/gcov-5b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/testsuite/gcc.misc-tests/gcov-5b.c') 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 } } } */ -- cgit v1.1