diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index 6e126fb631d..3c296c9f613 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1377,7 +1377,7 @@ start_dynamic_handler () /* We are committed to this, so update the handler chain. */ - emit_move_insn (dhc, XEXP (arg, 0)); + emit_move_insn (dhc, force_operand (XEXP (arg, 0), NULL_RTX)); } /* Start an exception handling region for the given cleanup action. |