This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: outof-ssa vs. -fnon-call-exceptions: known problem?
On 9/29/07, Richard Sandiford <rsandifo@nildram.co.uk> wrote:
> "Diego Novillo" <dnovillo@google.com> writes:
> > On 9/29/07, Richard Sandiford <rsandifo@nildram.co.uk> wrote:
> >> Is this a known problem? (I tried to find it in bugzilla, but couldn't)
> >
> > I can reproduce it on x86_64 as well. The 1/0 statement should not be
> > considered replaceable by out-of-ssa. Could you file a bug for this?
>
> Done as 33593.
>
> > This patch should fix it. Still being tested:
>
> Thanks for the quick fix!
Except I think it is wrong for PowerPC where dividing by 0 will never trap.
-- Pinski