This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: outof-ssa vs. -fnon-call-exceptions: known problem?


On 9/29/07, Andrew Pinski <pinskia@gmail.com> wrote:

> Except I think it is wrong for PowerPC where dividing by 0 will never trap.

No the patch is correct.

The issue that you are bringing up is orthogonal to the fix.  If
tree_could_trap_p(1/0) == true on ppc, and that is wrong, then
tree_could_trap_p() should be fixed for PPC.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]