From: Janis Johnson Date: Mon, 20 Aug 2001 17:34:48 +0000 (+0000) Subject: gcov.exp: Add support for branch information. X-Git-Tag: prereleases/libstdc++-3.0.95~2537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57339219334d38ac544dd1a3c8b86951b382180;p=thirdparty%2Fgcc.git gcov.exp: Add support for branch information. * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8e7eeebb0d6c..cea4bf3cc526 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2001-08-20 Janis Johnson + * 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.