https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64634
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Jun 3 15:25:15 2015 New Revision: 224084 URL: https://gcc.gnu.org/viewcvs?rev=224084&root=gcc&view=rev Log: Backported from mainline 2015-02-18 Jakub Jelinek <ja...@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. Added: branches/gcc-4_9-branch/gcc/testsuite/g++.dg/gcov/gcov-15.C Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/testsuite/ChangeLog branches/gcc-4_9-branch/gcc/tree-eh.c