#include <stdio.h>
int main(void)
{
long long t=15528312597606, b=1762289, x;
x=t-4*b;
(void)printf("x=%lld t-4b=%lld\n", x, t-4*b);
// Gives x=-15524308001630 t-4b=15528305548450
// The value of x is incorrect
return 1;
}
--
Colin
Thanks the bug was added to the bug reports.
Regards
Friedrich
--
Please remove just-for-news- to reply via e-mail.
This has been fixed. Please reload lcc-win
--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32