]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcov.exp: Add support for call return percentages.
authorJanis Johnson <janis@gcc.gnu.org>
Thu, 6 Sep 2001 23:25:58 +0000 (23:25 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 6 Sep 2001 23:25:58 +0000 (23:25 +0000)
* gcc.misc-tests/gcov.exp: Add support for call return percentages.
* gcc.misc-tests/gcov-6.c: New test.

From-SVN: r45452

gcc/testsuite/ChangeLog

index 8592eebe38017cd4249073fa953aa27950332b1c..f866385ff51a442d7e6176d7604c605198e2f715 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-06  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.misc-tests/gcov.exp: Add support for call return percentages.
+       * gcc.misc-tests/gcov-6.c: New test.
+
 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/3986