On 9/29/07, Andrew Pinski <[EMAIL PROTECTED]> 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.