summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-04-24 19:22:18 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-04-24 19:22:18 -0400
commita3fd7507da3975ce1bb6ac2c8d80c030b0add6e5 (patch)
tree6cd5c1f2f99589c4fc4d95073014b74b5b821e0d /gcc/stmt.c
parentae8c59c0a02903b940559fa92f948aa83e3b41c8 (diff)
downloadgcc-a3fd7507da3975ce1bb6ac2c8d80c030b0add6e5.tar.gz
(expand_end_bindings): Write a BARRIER after call to abort in nonlocal
handler. From-SVN: r9435
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index ea15c248eaf..3af00be436d 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -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);
}