]> 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 21:33:22 +0000 (23:33 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 3 Jun 2015 21:33:22 +0000 (23:33 +0200)
commit4f4b6e745249006d8cd39d7bf475cd5295350171
treeaf412e28c644c899e85ec2a0d340900acba4049c
parent5d73161308c03fd3a3e339c4da7e90c7ff0881b6
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: r224102
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/gcov-15.C [new file with mode: 0644]
gcc/tree-eh.c