diff options
author | Janis Johnson <janis@gcc.gnu.org> | 2001-09-06 23:25:58 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2001-09-06 23:25:58 +0000 |
commit | a30705746d0cd348c73ffc21b87c02b100f29b67 (patch) | |
tree | a332972fd590fabc6421e5fbbd1cbdb1c592b9cc | |
parent | a11e2c22796847b37dbf9a0b164150033bc17168 (diff) | |
download | gcc-a30705746d0cd348c73ffc21b87c02b100f29b67.zip gcc-a30705746d0cd348c73ffc21b87c02b100f29b67.tar.gz gcc-a30705746d0cd348c73ffc21b87c02b100f29b67.tar.bz2 |
gcov.exp: Add support for call return percentages.
* gcc.misc-tests/gcov.exp: Add support for call return percentages.
* gcc.misc-tests/gcov-6.c: New test.
From-SVN: r45452
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8592eeb..f866385 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 |