From ab0ba00c845d766ed888295f16cecae919cabe05 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 15 Aug 2003 10:55:48 +0200 Subject: * method.c (use_thunk): Expand body directly. From-SVN: r70473 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/method.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6a27652..e7e0edd 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 14 12:19:25 CEST 2003 Jan Hubicka + + * method.c (use_thunk): Expand body directly. + 2003-08-12 Mark Mitchell PR c++/11703 diff --git a/gcc/cp/method.c b/gcc/cp/method.c index c49af51..9069972 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 (); -- cgit v1.1