From: Richard Kenner Date: Fri, 25 Aug 1995 11:31:37 +0000 (-0400) Subject: (output_inline_function): Switch to function obstack. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27ed242c1dee0f4fdcf25d7eee287b5d7342e43d;p=gcc.git (output_inline_function): Switch to function obstack. From-SVN: r10270 --- diff --git a/gcc/integrate.c b/gcc/integrate.c index dfc33f960bc..9325dd769ac 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -3003,6 +3003,10 @@ output_inline_function (fndecl) return; } + /* Things we allocate from here on are part of this function, not + permanent. */ + temporary_allocation (); + head = DECL_SAVED_INSNS (fndecl); current_function_decl = fndecl;