From 0a3732d1de84ce4e80940678f7b703d46870feea Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 8 Mar 1994 12:54:14 -0800 Subject: [PATCH] (finish_function): Likewise. From-SVN: r6727 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2