From: Jim Wilson Date: Tue, 8 Mar 1994 20:54:14 +0000 (-0800) Subject: (finish_function): Likewise. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a3732d1de84ce4e80940678f7b703d46870feea;p=gcc.git (finish_function): Likewise. From-SVN: r6727 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 9a31201f054..a3eadc4b5d6 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -11576,7 +11576,7 @@ finish_function (lineno, call_poplevel) /* Free all the tree nodes making up this function. */ /* Switch back to allocating nodes permanently until we start another function. */ - permanent_allocation (); + permanent_allocation (1); if (flag_cadillac) cadillac_finish_function (fndecl);