Commit adcd38c9 by Richard Kenner

(rest_of_compilation): Call init_temp_slots.

From-SVN: r10734
parent bc0ebdf9
......@@ -3273,6 +3273,10 @@ rest_of_compilation (decl)
resume_temporary_allocation ();
/* Show no temporary slots allocated. */
init_temp_slots ();
/* The parsing time is all the time spent in yyparse
*except* what is spent in this function. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment