From d62aa4a14ef242c566d8d54ac6842d708b659771 Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Fri, 14 Sep 2001 20:47:19 +0000 Subject: [PATCH] Options to control test of gcov output. * g77.dg/gcov: New directory. * g77.dg/gcov/gcov.exp: New file. * g77.dg/gcov/gcov-1.f: New test. * g77.dg/gcov/gcov-1.x: New file. From-SVN: r45611 --- gcc/testsuite/g77.dg/gcov/gcov-1.x | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gcc/testsuite/g77.dg/gcov/gcov-1.x diff --git a/gcc/testsuite/g77.dg/gcov/gcov-1.x b/gcc/testsuite/g77.dg/gcov/gcov-1.x new file mode 100644 index 00000000000..8e4f50be9a4 --- /dev/null +++ b/gcc/testsuite/g77.dg/gcov/gcov-1.x @@ -0,0 +1,3 @@ +set gcov_verify_branches 1 +set gcov_verify_calls 1 +return 0 -- 2.30.2