This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: bb-reorder clobbers EH
On Mon, Dec 04, 2000 at 11:49:25PM +1100, Alan Modra wrote:
> Errk, this still loses badly on hppa-linux. Now we have labels deleted
> that we need. Reverting the above changes to jump.c and final.c, along
> with this patch helps considerably.
>
> * bb-reorder.c (reorder_basic_blocks): Do check for EH edges even
> when using sjlj.
Would you send me the .ii for the file requiring this to be
backed out? I suspect that EH notes could simply be ignored
after this point in compilation for sjlj.
Alternately, I might just fix the code so that they are
supported...
r~