FYI: Reverted my bad pack test changes, just verified that the latest gcc-4.2 branch on Darwin returns 0 rather than -1 for the following code:

#include <stdio.h>

int main() {
    double foo = (double)4294967296LL;
    printf("%d\n", (unsigned long)(foo));
}

- Shire
    [EMAIL PROTECTED]
    [EMAIL PROTECTED]

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to