]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR gcov-profile/64634 (gcov reports catch(...) as not executed)
authorJakub Jelinek <jakub@redhat.com>
Wed, 3 Jun 2015 15:25:15 +0000 (17:25 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 3 Jun 2015 15:25:15 +0000 (17:25 +0200)
commit61f7aa9260e6a5729a7beea56a125afbfb5f4770
tree3dd3139d84c6f6ff277036388e07c8cd13b4b756
parent114627e2fda58a70828c0fb93d99feb079741a38
backport: re PR gcov-profile/64634 (gcov reports catch(...) as not executed)

Backported from mainline
2015-02-18  Jakub Jelinek  <jakub@redhat.com>

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: r224084
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/gcov-15.C [new file with mode: 0644]
gcc/tree-eh.c