Commit ab0ba00c by Jan Hubicka Committed by Jan Hubicka

* method.c (use_thunk): Expand body directly.

From-SVN: r70473
parent 34945b31
Thu Aug 14 12:19:25 CEST 2003 Jan Hubicka <jh@suse.cz>
* method.c (use_thunk): Expand body directly.
2003-08-12 Mark Mitchell <mark@codesourcery.com>
PR c++/11703
......
......@@ -468,7 +468,7 @@ use_thunk (tree thunk_fndecl, bool emit_p)
/* Re-enable access control. */
pop_deferring_access_checks ();
expand_or_defer_fn (finish_function (0));
expand_body (finish_function (0));
}
pop_from_top_level ();
......
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