(pop_function_context, push_function_context):
authorRichard Stallman <rms@gnu.org>
Tue, 13 Oct 1992 05:13:01 +0000 (05:13 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 13 Oct 1992 05:13:01 +0000 (05:13 +0000)
Call {save,restore}_varasm_status.

From-SVN: r2423

gcc/function.c

index 2d01888..4d347fc 100644 (file)
@@ -432,6 +432,7 @@ push_function_context ()
   init_emit ();
   save_expr_status (p);
   save_stmt_status (p);
+  save_varasm_status (p);
 }
 
 /* Restore the last saved context, at the end of a nested function.
@@ -491,6 +492,7 @@ pop_function_context ()
   restore_expr_status (p);
   restore_emit_status (p);
   restore_stmt_status (p);
+  restore_varasm_status (p);
 
   /* Finish doing put_var_into_stack for any of our variables
      which became addressable during the nested function.  */