[Bug gcov-profile/64634] [4.8/4.9/5 Regression] gcov reports catch(...) as not executed
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 18 22:04:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64634
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 18 22:02:43 2015
New Revision: 220801
URL: https://gcc.gnu.org/viewcvs?rev=220801&root=gcc&view=rev
Log:
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:
trunk/gcc/testsuite/g++.dg/gcov/gcov-15.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/testsuite/ChangeLog
trunk/gcc/tree-eh.c
More information about the Gcc-bugs
mailing list