This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Implement non-call exceptions
Andrew Haley writes:
> Richard Henderson writes:
> > On Thu, Dec 04, 2003 at 11:00:48AM +0000, Andrew Haley wrote:
> > > Maybe I'll have a look at the mainline code to find out why it behaves
> > > differently.
> >
> > That would be good, because IIRC division is handled specially
> > in this case by optabs.c.
>
> Alright.
You're right, and (he says, sheepishly) the code in optabs.c to do
that seems to have been written by aph. :-)
I withdraw that hunk; it isn't necessary.
So, you want me to add fp codes to tree_could_trap_p()? And resubmit?
Andrew.