]> gcc.gnu.org Git - gcc.git/commitdiff
(expand_goto): Set it.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 16 Sep 1993 06:14:20 +0000 (23:14 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 16 Sep 1993 06:14:20 +0000 (23:14 -0700)
From-SVN: r5339

gcc/stmt.c

index af00b07b5ab91fc9a0428d55f5223eefe58c91e7..c4e34c9b9c6c00053241fac49f15660ded203082 100644 (file)
@@ -629,6 +629,7 @@ expand_goto (label)
       rtx temp;
 
       p->has_nonlocal_label = 1;
+      current_function_has_nonlocal_goto = 1;
       LABEL_REF_NONLOCAL_P (label_ref) = 1;
 
       /* Copy the rtl for the slots so that they won't be shared in
This page took 0.064422 seconds and 5 git commands to generate.