From: Per Bothner Date: Thu, 1 Apr 1993 07:32:39 +0000 (-0800) Subject: emit-rtl.c (init_emit): Clear sequence_stack. X-Git-Tag: misc/cutover-egcs-0~9959 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=24d11a9af1a173d15406360585577d42dcc1d295;p=gcc.git emit-rtl.c (init_emit): Clear sequence_stack. From-SVN: r3984 --- diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 5f6ce1696fc3..f73a61c89ba4 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -2907,6 +2907,7 @@ init_emit () last_filename = 0; first_label_num = label_num; last_label_num = 0; + sequence_stack = NULL; /* Clear the start_sequence/gen_sequence cache. */ sequence_element_free_list = 0;