diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c index 7c491df..7014a8b 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -6436,6 +6436,9 @@ expand_function_end (filename, line, end_bindings) expand_leftover_cleanups (); + /* If there are any catch_clauses remaining, output them now. */ + emit_insns (catch_clauses); + catch_clauses = NULL_RTX; /* If the above emitted any code, may sure we jump around it. */ if (last != get_last_insn ()) { |