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
This commit is contained in:
Janis Johnson 2001-09-06 23:25:58 +00:00
parent a11e2c2279
commit a30705746d
1 changed files with 5 additions and 0 deletions

View 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