aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r--gcc/cgraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index 8914569..1f7f0ad 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -481,6 +481,7 @@ cgraph_release_function_body (struct cgraph_node *node)
current_function_decl = node->decl;
delete_tree_ssa ();
delete_tree_cfg_annotations ();
+ cfun->eh = NULL;
current_function_decl = old_decl;
pop_cfun();
}