(poplevel): Call `remember_end_note' for each newly created BLOCK node.
authorRichard Stallman <rms@gnu.org>
Sat, 29 Aug 1992 03:19:01 +0000 (03:19 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 29 Aug 1992 03:19:01 +0000 (03:19 +0000)
From-SVN: r1989

gcc/c-decl.c

index afe724a5799d7453510cb8e5642e0cdf3204e72d..a156400740ce3a57482e65de8bc323ca87d9835a 100644 (file)
@@ -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.  */