Re: [fpc-devel] Not really a bug...

2005-07-04 Thread Marco van de Voort
> > > > > > There were a couple of bug reports about this issue. It is already fixed > > in current svn. > > I am using FPC 2.0.0 with some files overwritten by the ones > downloaded from > ftp://ftp.freepascal.org/pub/fpc/snapshot/v21/i386-win32/ > (file base.i386-win32.zip) > and the problem i

Re: [fpc-devel] Not really a bug...

2005-07-04 Thread Peter Vreman
> Peter Vreman a écrit : >>>Hello, >>> >>>I am using FPC 2.0.0, Win32. >>> >>>When subtracting a longword from a longword, FPC codes the >>>operation as if it were a 64-bit operation. This is not really >>>a bug since the code is correct but this uselessly increases >>>the running times and the siz

Re: [fpc-devel] Not really a bug...

2005-07-04 Thread Marcel Martin
Peter Vreman a écrit : Hello, I am using FPC 2.0.0, Win32. When subtracting a longword from a longword, FPC codes the operation as if it were a 64-bit operation. This is not really a bug since the code is correct but this uselessly increases the running times and the sizes of the executables.

Re: [fpc-devel] Not really a bug...

2005-07-03 Thread Peter Vreman
> Hello, > > I am using FPC 2.0.0, Win32. > > When subtracting a longword from a longword, FPC codes the > operation as if it were a 64-bit operation. This is not really > a bug since the code is correct but this uselessly increases > the running times and the sizes of the executables. > > (I found