Commit a3fd7507 by Richard Kenner

(expand_end_bindings): Write a BARRIER after call to abort in nonlocal

handler.

From-SVN: r9435
parent ae8c59c0
......@@ -3090,6 +3090,7 @@ expand_end_bindings (vars, mark_ends, dont_jump_in)
/* If label is not recognized, abort. */
emit_library_call (gen_rtx (SYMBOL_REF, Pmode, "abort"), 0,
VOIDmode, 0);
emit_barrier ();
emit_label (afterward);
}
......
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