tree-eh.c (lower_try_finally_onedest): Reset the locus of GOTO that's relocated to...
authorSeongbae Park <seongbae.park@gmail.com>
Thu, 16 Aug 2007 17:30:20 +0000 (17:30 +0000)
committerSeongbae Park <spark@gcc.gnu.org>
Thu, 16 Aug 2007 17:30:20 +0000 (17:30 +0000)
commitd407ad672934d4cdca932d108fddde8f4a75af97
treed788fd42d7efa7d166ddd35978c8f79553fe4db1
parentac7d7749c082ec30d145860578ebd905a709ce50
tree-eh.c (lower_try_finally_onedest): Reset the locus of GOTO that's relocated to a different block.

gcc/ChangeLog:
2007-08-16  Seongbae Park <seongbae.park@gmail.com>

* tree-eh.c (lower_try_finally_onedest): Reset the locus
of GOTO that's relocated to a different block.

gcc/testsuite/ChangeLog:
2007-08-16  Seongbae Park  <seongbae.park@gmail.com>

* g++.dg/gcov/gcov-4.C: New test.
* lib/gcov.exp (verify-lines): Add support for
checking no-coverage lines.

From-SVN: r127562
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/gcov-4.C [new file with mode: 0644]
gcc/testsuite/lib/gcov.exp
gcc/tree-eh.c