From adcd38c9582b51dac858e4823460c20789a9d4c0 Mon Sep 17 00:00:00 2001 From: Richard Kenner <kenner@gcc.gnu.org> Date: Fri, 15 Dec 1995 08:09:51 -0500 Subject: [PATCH] (rest_of_compilation): Call init_temp_slots. From-SVN: r10734 --- gcc/toplev.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/toplev.c b/gcc/toplev.c index 5bad6b4b7f62..db70772890ac 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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. */ -- GitLab