PR gcov-profile/64634
commit4422041b99eab027efac17638ebdc3d2f2280d45
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 2015 22:02:43 +0000 (18 22:02 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 2015 22:02:43 +0000 (18 22:02 +0000)
tree6d17c26022723850926725e5908b1b5803b45404
parent7c09c5f7e01cfb799f923bdd0a8b2dfba5409393
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220801 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/gcov-15.C [new file with mode: 0644]
gcc/tree-eh.c