Jack Jansen wrote:
> On 15-nov-2007, at 12:00, Jack Jansen wrote:
>> 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.
> 
> Make that
>      printf("%lld %d %lld", (long long)42, 43, (long long)44);
> of course...


Thanks.  That helped.

-- 
Pedro Alves


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to