From: Janis Johnson Date: Fri, 14 Sep 2001 20:47:19 +0000 (+0000) Subject: Options to control test of gcov output. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d62aa4a14ef242c566d8d54ac6842d708b659771;p=gcc.git 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 --- 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