------- Comment #6 from jh at suse dot cz 2008-09-05 12:39 ------- Subject: Re: [4.4 Regression] Divide_X
> All failures have > > -2147483648 > -2147483648 > 0 > 0 > 0 > java.lang.ArithmeticException: / by zero > java.lang.ArithmeticException: / by zero I've caused bug in expand_divmod that temporarily prevented divmod from expanding into unwound sequence. I fixed it day before yesterday and it should not cause wrong code problems, just code quality issues. And it matters only for constant divisors. Honza -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37378