Commit 13e8cf82 by Mark Mitchell Committed by Mark Mitchell

semantics.c (finish_handler): End the scope of the handler before attaching it…

semantics.c (finish_handler): End the scope of the handler before attaching it to the statement-tree.

	* semantics.c (finish_handler): End the scope of the handler
	before attaching it to the statement-tree.

From-SVN: r30250
parent 0faff580
1999-10-28 Mark Mitchell <mark@codesourcery.com>
* semantics.c (finish_handler): End the scope of the handler
before attaching it to the statement-tree.
1999-10-28 Ian Lance Taylor <ian@zembu.com>
* rtti.c (build_dynamic_cast_1): Give a better error message for
......
......@@ -887,10 +887,10 @@ finish_handler (blocks, handler)
}
}
do_poplevel ();
if (building_stmt_tree ())
RECHAIN_STMTS (handler, HANDLER_BODY (handler));
do_poplevel ();
}
/* Begin a compound-statement. If HAS_NO_SCOPE is non-zero, the
......
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