OSDN Git Service

(output_inline_function): Switch to function obstack.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Aug 1995 11:31:37 +0000 (11:31 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Aug 1995 11:31:37 +0000 (11:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10270 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/integrate.c

index dfc33f9..9325dd7 100644 (file)
@@ -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;