mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 11:37:24 +08:00
* method.c (use_thunk): Expand body directly.
From-SVN: r70473
This commit is contained in:
parent
34945b31d9
commit
ab0ba00c84
@ -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
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user