re PR gcov-profile/64634 (gcov reports catch(...) as not executed)
authorJakub Jelinek <jakub@redhat.com>
Wed, 18 Feb 2015 22:02:43 +0000 (23:02 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 18 Feb 2015 22:02:43 +0000 (23:02 +0100)
commit3b445b24ddadf8a95bf9ee80242d9eb10521ab7e
tree6d17c26022723850926725e5908b1b5803b45404
parent98ce9490b067e497a7ec904d2695ecd30af71bc8
re PR gcov-profile/64634 (gcov reports catch(...) as not executed)

PR gcov-profile/64634
* tree-eh.c (frob_into_branch_around): Fix up typos
in function comment.
(lower_catch): Put eh_seq resulting from EH lowering of
the cleanup sequence after the cleanup rather than before
it.

* g++.dg/gcov/gcov-15.C: New test.

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