]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 6a2765215d76a6fb694a0cd8eb34695ca25928ec..e7e0eddda9de5bcaeb26d6d4c6155912402afc74 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 c49af5175c189c6fb61af57c79865e9c34ea55c7..906997254ad242888b58b76fd2044bebeb35556f 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 ();