From 6a286015a1a81e5de6f47ecf5f711aefa08984d1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 29 Aug 1992 03:19:01 +0000 Subject: [PATCH] (poplevel): Call `remember_end_note' for each newly created BLOCK node. From-SVN: r1989 --- gcc/c-decl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/c-decl.c b/gcc/c-decl.c index afe724a5799..a156400740c 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -883,6 +883,7 @@ poplevel (keep, reverse, functionbody) BLOCK_VARS (block) = decls; BLOCK_TYPE_TAGS (block) = tags; BLOCK_SUBBLOCKS (block) = subblocks; + remember_end_node (block); } /* In each subblock, record that this is its superior. */ -- 2.30.2