]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(write_vtable_entries, finish_file): Likewise.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:56:07 +0000 (12:56 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:56:07 +0000 (12:56 -0800)
From-SVN: r6728

gcc/cp/decl2.c

index 201dcf73a1172774cc86e9c7841fa53eac580a74..db455777115b3253c7f2dde55fb29826d78d193e 100644 (file)
@@ -2385,7 +2385,7 @@ write_vtable_entries (decl)
          TREE_ADDRESSABLE (fn) = 1;
          temporary_allocation ();
          output_inline_function (fn);
-         permanent_allocation ();
+         permanent_allocation (1);
        }
       else
        assemble_external (fn);
@@ -2763,7 +2763,7 @@ finish_file ()
        {
          temporary_allocation ();
          output_inline_function (decl);
-         permanent_allocation ();
+         permanent_allocation (1);
        }
       pending_addressable_inlines = TREE_CHAIN (pending_addressable_inlines);
     }
@@ -2813,7 +2813,7 @@ finish_file ()
        }
     }
 
-  permanent_allocation ();
+  permanent_allocation (1);
   this_time = get_run_time ();
   parse_time -= this_time - start_time;
   varconst_time += this_time - start_time;