On 04/13/2007 06:17 AM, Brian Shire wrote:
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));
}

Thanks!

--
Wbr, Antony Dovgal

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

Reply via email to