From c1255328c42dca0d13a894d8fbad5ca875bb6f75 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 15 Sep 1993 23:14:20 -0700 Subject: [PATCH] (expand_goto): Set it. From-SVN: r5339 --- gcc/stmt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/stmt.c b/gcc/stmt.c index af00b07..c4e34c9 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -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 -- 2.7.4