Zitat von Dariusz Mazur <dar...@emadar.com>:

Hi
there is problem with something like that


var
 ts : tStream;
begin
 ts:=tStream.create;

ouch.
TStream is an abstract class.
Maybe the keyword 'abstract' should be added, so that the compiler warns.


 ts.position:=2;
// here arm write ERange Error
// on trace setPosition
//  is very big number, like 15300000000000,,,,
 ts.free;
end;


platform : ARM with soft float

It is wrong on every platform.

Mattias


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to