diff options
author | Janis Johnson <janis@gcc.gnu.org> | 2001-08-20 17:34:48 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2001-08-20 17:34:48 +0000 |
commit | d57339219334d38ac544dd1a3c8b86951b382180 (patch) | |
tree | 727eae14a5d66f067faadaf1e01eada979048d0b | |
parent | 3de87bf2b00607ebdf1b0e0a8e8c872f0374db2b (diff) | |
download | gcc-d57339219334d38ac544dd1a3c8b86951b382180.zip gcc-d57339219334d38ac544dd1a3c8b86951b382180.tar.gz gcc-d57339219334d38ac544dd1a3c8b86951b382180.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8e7eeeb..cea4bf3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. |