tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] bug


From: Kyryl Melekhin
Subject: Re: [Tinycc-devel] bug
Date: Wed, 8 Jun 2022 10:46:43 +0000

Hello,

This isn't right. It should be:
printf("%lld\n", (long long int)641*6700417);
instead of:
printf("%lld\n", 641*6700417);

Default type is assumed to be int.

Tested x86_64 linux the output is correct.
Please update the tcc to the git version or
specify the platform on which the bug occurs.

Thanks,
Kyryl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]