On Sun, 22 Feb 2004, Derick Rethans wrote:

> On Sun, 22 Feb 2004, Andi Gutmans wrote:
>
> > Huh? What platform crashes? Can you send reproducible C code?
>
> int main(void) {
>     long a = -2147483648;
>     long b = -1;
>     long c;
>
>     c = a % b;
> }

Does anybody has a clue *why* this gives a floating point error btw?

regards,
Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to