]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-cfg.c
tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.
authorJan Hubicka <jh@suse.cz>
Mon, 25 Apr 2005 17:24:28 +0000 (19:24 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 25 Apr 2005 17:24:28 +0000 (17:24 +0000)
commitcc7220fd0e78ebe5c963157b1272729540b62c9a
tree3e4dfc8934383c983170f17940177f54350abc6f
parent2845f02a6f36e198848fc90a266dd75c9842bcc0
tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.

* tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.

* except.c: Include diagnostic.h
(dump_eh_tree, verify_eh_tree): New functions.
* except.h (verify_eh_tree, dump_eh_tree, verify_eh_edges): Declare.
* tree-cfg.c (tree_verify_flow_info): verify eh edges.
(dump_function_to_file): dump eh tree.
* tree-eh.c (mark_eh_edge): New function.
(mark_eh_edge_found_error): New static variable.
(verify_eh_edges): New function.

From-SVN: r98724
gcc/ChangeLog
gcc/except.c
gcc/except.h
gcc/tree-cfg.c
gcc/tree-eh.c