From 1799e5d5ca20304e32f7d1134ba5e8a2ab231880 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 9 Mar 2006 10:14:39 -0800 Subject: Merge C++ from gomp-20050608-branch. From-SVN: r111867 --- gcc/tree-cfg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/tree-cfg.c') diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 1c689e2..b7f147c 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -4736,6 +4736,8 @@ move_block_to_fn (struct function *dest_cfun, basic_block bb, if (uid >= dest_cfun->last_label_uid) dest_cfun->last_label_uid = uid + 1; } + + remove_stmt_from_eh_region (stmt); } } -- cgit v1.1