summaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-15 08:55:48 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-15 08:55:48 +0000
commit447384b44277d8d9a55a094d42c34e889eb9b68e (patch)
treea027e3a8c1c783d5ed7f0a196a2a5f4920e15800 /gcc/cp/method.c
parentd32d10482f636c2bedf81f8f2fd26d14fb6f6b8d (diff)
downloadgcc-447384b44277d8d9a55a094d42c34e889eb9b68e.tar.gz
* method.c (use_thunk): Expand body directly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70473 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r--gcc/cp/method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index c49af5175c1..906997254ad 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -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 ();