[fpc-devel] bug report in snapshot fpc-2.1.3-20070411-i386-macosx.dmg

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Apr 12 13:30:37 CEST 2007


On 12 apr 2007, at 13:24, Imperial College wrote:

> If I define a function such as :
>
> function invM(A:matriceE):matriceE;
>
> and when I call it such as :
>
> invA := invM(A);
>
> the matrix invA.x has zero dimension
>
> If now, I replace this function by a procedure such as :
>
> procedure invM2(A:matriceE;var B matriceE);
>
> the call invM2(A,invA) produces a matrix invA.x of correct dimension.

Please submit a compilable sample which demonstrates the problem as a  
bug report at
   http://www.freepascal.org/mantis


Jonas



More information about the fpc-devel mailing list