Commit c1255328 by Jim Wilson

(expand_goto): Set it.

From-SVN: r5339
parent 2edc3b33
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment