This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.1.1 issues
- To: law at cygnus dot com
- Subject: Re: egcs-1.1.1 issues
- From: hjl at lucon dot org (H.J. Lu)
- Date: Sat, 31 Oct 1998 09:13:22 -0800 (PST)
- Cc: rth at cygnus dot com, jason at cygnus dot com, egcs at cygnus dot com
> How about this instead. Simpler & faster. Fixes the 3 bug reports I can
> find on this problem. I'll check a less conservative version into the
> mainline tree.
>
> * jump.c (jump_optimize): Initialize mappings from INSN_UID to
> EH region if exceptions are enabled and we're performing cross
> jump optimizations.
> (find_cross_jump): Exit loop if the insns are in different EH regions.
>
Thanks. It works fine for my testcases.
BTW, I reported an EH regression against egcs 1.0.3 yesterday. I hope
it will be fixed in egcs 1.1.1.
Thanks.
H.J.