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

From-SVN: r70473
This commit is contained in:
Jan Hubicka 2003-08-15 10:55:48 +02:00 committed by Jan Hubicka
parent 34945b31d9
commit ab0ba00c84
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 ();