From: Janis Johnson Date: Fri, 7 Sep 2001 16:42:04 +0000 (+0000) Subject: Control which kinds of gcov output to verify. X-Git-Tag: prereleases/libstdc++-3.0.95~2209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518c36b65ef9803686d0567f703a1d412f03ed24;p=thirdparty%2Fgcc.git Control which kinds of gcov output to verify. From-SVN: r45467 --- diff --git a/gcc/testsuite/gcc.misc-tests/gcov-4b.x b/gcc/testsuite/gcc.misc-tests/gcov-4b.x new file mode 100644 index 000000000000..b01ef42b9d77 --- /dev/null +++ b/gcc/testsuite/gcc.misc-tests/gcov-4b.x @@ -0,0 +1,2 @@ +set gcov_verify_branches 1 +return 0 diff --git a/gcc/testsuite/gcc.misc-tests/gcov-5b.x b/gcc/testsuite/gcc.misc-tests/gcov-5b.x new file mode 100644 index 000000000000..b01ef42b9d77 --- /dev/null +++ b/gcc/testsuite/gcc.misc-tests/gcov-5b.x @@ -0,0 +1,2 @@ +set gcov_verify_branches 1 +return 0 diff --git a/gcc/testsuite/gcc.misc-tests/gcov-6.x b/gcc/testsuite/gcc.misc-tests/gcov-6.x new file mode 100644 index 000000000000..8e4f50be9a44 --- /dev/null +++ b/gcc/testsuite/gcc.misc-tests/gcov-6.x @@ -0,0 +1,3 @@ +set gcov_verify_branches 1 +set gcov_verify_calls 1 +return 0 diff --git a/gcc/testsuite/gcc.misc-tests/gcov-7.x b/gcc/testsuite/gcc.misc-tests/gcov-7.x new file mode 100644 index 000000000000..8e4f50be9a44 --- /dev/null +++ b/gcc/testsuite/gcc.misc-tests/gcov-7.x @@ -0,0 +1,3 @@ +set gcov_verify_branches 1 +set gcov_verify_calls 1 +return 0