(finish_function): Likewise.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:54:14 +0000 (12:54 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:54:14 +0000 (12:54 -0800)
From-SVN: r6727

gcc/cp/decl.c

index 9a31201f05467b91058b89355352e53c9cb48234..a3eadc4b5d699d86d0c8d1ea3c2b6a8fb0799b38 100644 (file)
@@ -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);