diff options
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 2130454..05e21ba 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -523,7 +523,7 @@ use_thunk (tree thunk_fndecl, bool emit_p) thunk_fndecl = finish_function (0); tree_lowering_passes (thunk_fndecl); - expand_body (thunk_fndecl); + tree_rest_of_compilation (thunk_fndecl); } pop_from_top_level (); |