[fpc-devel] patch for fixing bug 4117

Peter Vreman peter at freepascal.org
Sun Aug 14 13:31:21 CEST 2005


At 13:19 14-8-2005, you wrote:
>Hi,
>
>attached is a patch from Juergen Rathlev which *should* fixes bug 4117 and 
>may fix 4234, too. It removes using of qword from fpreadpng.pp because 
>qword seems to be buggy and may probably improve the performance of some 
>functions, too, because it avoids redundant shifting operations.

If qword is buggy then that needs to be fixed. Applying this patch will 
only hide the real bug in the compiler.

The compiler bug needs to be fixed first before this patch can be applied 
otherwise it is not reproducable anymore.

FYI i already analysed it a little a before my holiday, the bug only 
happends when optimization with -O2 is done.


Peter





More information about the fpc-devel mailing list