Commit b30abdf2 by Richard Henderson Committed by Richard Henderson

except.c (sjlj_find_directly_reachable_regions): Recognize when must-not-throw…

except.c (sjlj_find_directly_reachable_regions): Recognize when must-not-throw region has been deleted.

        * except.c (sjlj_find_directly_reachable_regions): Recognize when
        must-not-throw region has been deleted.

From-SVN: r65170
parent ad5eeaa9
2003-04-02 Richard Henderson <rth@redhat.com>
* except.c (sjlj_find_directly_reachable_regions): Recognize when
must-not-throw region has been deleted.
2003-04-02 Richard Henderson <rth@redhat.com>
* dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
optimization when flag_exceptions not enabled.
......
......@@ -1986,6 +1986,8 @@ sjlj_find_directly_reachable_regions (lp_info)
if (r->type == ERT_CLEANUP)
{
rc = RNL_MAYBE_CAUGHT;
if (! region->label)
region = r;
break;
}
}
......
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