[fpc-devel] Bug 29760 on FPC 3.0 Win64

LacaK lacak at zoznam.sk
Thu Mar 10 10:09:35 CET 2016


Hi,
investigating bug #29760 I reduced bug to:

var
   c: currency;
   d: double;

begin
   c := 123.45;
   d := 100;
   writeln(c, '*', d, '=', c*d); // result of multiply is wrong = 123450000
end.

This happens only on Win64 with FPC 3.0

Can somebody please check and confirm ?

Thanks

-Laco.



More information about the fpc-devel mailing list