[fpc-devel] fpc 2.0.1 and 2.1.1 behave differently

Vincent Snijders vsnijders at quicknet.nl
Wed Oct 5 10:28:17 CEST 2005


Hi,

The following compiles with fpc 2.0.1, but not anymore with fpc 2.1.1.

Is it a bug in my code (and fpc 2.0.1) or in fpc 2.1.1?

program Project1;

{$mode objfpc}{$H+}

procedure test(l: longint);
begin
end;

begin
   test(longint(''));
end.

Vincent.



More information about the fpc-devel mailing list