Ah!
That explains a problem that I have, where my debug prints fail if I  
try to print long long integers, there seems to be an extra 32 bit  
empty field inserted somewhere. I was busy doing other things, so I  
just printed the 64bit ints in two hex chunks:-)

I'm not near the machine right now, but I wouldn't be surprised if a  
simple
    printf("%lld %d %lld", (long long)42, 43, 44);
shows the problem.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma  
Goldman



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to