gcov.exp: Add support for branch information.
authorJanis Johnson <janis@gcc.gnu.org>
Mon, 20 Aug 2001 17:34:48 +0000 (17:34 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 20 Aug 2001 17:34:48 +0000 (17:34 +0000)
* gcc.misc-tests/gcov.exp: Add support for branch information.
* gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
* gcc.misc-tests/gcov-4.c: New test.
* gcc.misc-tests/gcov-4b.c: New test.
* gcc.misc-tests/gcov-5b.c: New test.

From-SVN: r45054

gcc/ChangeLog

index 8e7eeebb0d6c90672d26a31948b3c3d6b2d57950..cea4bf3cc5268d0e468dcecf4a43aa7f4f5f2f0f 100644 (file)
@@ -1,5 +1,11 @@
 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
 
+       * gcc.misc-tests/gcov.exp: Add support for branch information.
+       * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
+       * gcc.misc-tests/gcov-4.c: New test.
+       * gcc.misc-tests/gcov-4b.c: New test.
+       * gcc.misc-tests/gcov-5b.c: New test.
+
        * doc/invoke.texi (Profiling options): Clarify the interactions
        between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.