* method.c (use_thunk): Expand body directly.
authorJan Hubicka <jh@suse.cz>
Fri, 15 Aug 2003 08:55:48 +0000 (10:55 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 15 Aug 2003 08:55:48 +0000 (08:55 +0000)
From-SVN: r70473

gcc/cp/ChangeLog
gcc/cp/method.c

index 6a27652..e7e0edd 100644 (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
index c49af51..9069972 100644 (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 ();