diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-09-15 23:14:20 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-09-15 23:14:20 -0700 |
commit | c1255328c42dca0d13a894d8fbad5ca875bb6f75 (patch) | |
tree | 20dd9e627ad5197326962a60fbbcfda94b17dba8 | |
parent | 2edc3b33ce1711a8e093b29afdeca2627a24fe4c (diff) | |
download | gcc-c1255328c42dca0d13a894d8fbad5ca875bb6f75.zip gcc-c1255328c42dca0d13a894d8fbad5ca875bb6f75.tar.gz gcc-c1255328c42dca0d13a894d8fbad5ca875bb6f75.tar.bz2 |
(expand_goto): Set it.
From-SVN: r5339
-rw-r--r-- | gcc/stmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |