Adam Thomason <[EMAIL PROTECTED]> wrote: > The other problematic test is ye = > olde -0 error,
t/op/number_10.t seems to be failing because of -0 from C<mod>.
Any hints what to do WRT such behavior?
leo
Its an issue with our (IBM's) compiler. It comes from
0.0-0.0*0.0 as a result of the mod test if I recall.
I dug into the powerpc instructions once and figured it out, but have forgotten the whole issue now.
It is arguably correct, depending on who you ask, except every other mainstream compiler disagrees, so go figure.
-Melvin