Commit 716cc7f7 by Jason Merrill Committed by Jason Merrill

* stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.

From-SVN: r16896
parent de35891e
Tue Dec 2 19:40:43 1997 Jason Merrill <jason@yorick.cygnus.com>
* stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
Tue Dec 2 12:54:33 1997 Jim Wilson <wilson@cygnus.com>
* unroll.c (find_splittable_givs): Remove last change. Handle givs
......
......@@ -3992,6 +3992,8 @@ expand_decl_cleanup (decl, cleanup)
if (! using_eh_for_cleanups_p
|| expand_eh_region_start_tree (decl, cleanup))
TREE_ADDRESSABLE (t) = 1;
/* If that started a new EH region, we're in a new block. */
thisblock = block_stack;
if (cond_context)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment