Re: [fpc-pascal] Updating to 2.0.4 bugreport

2006-09-16 Thread Jonas Maebe
On 15 Sep 2006, at 20:01, Rainer Stratmann wrote: the update on 2.0.4 shows some bugs: var dirstr:string getdir(0,dirstr); // <- not works (on linux), the result is a string with length 0 The Compiler switch "Use register-variables" (switch off state) seems not to work. Please repor

[fpc-pascal] Updating to 2.0.4 bugreport (3)

2006-09-15 Thread Rainer Stratmann
var dirstr:string getdir(0,dirstr);   sorry it works, the error has also to do with the other described problem Rainer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Updating to 2.0.4 bugreport (2)

2006-09-15 Thread Rainer Stratmann
var dirstr:string getdir(0,dirstr);  // <- not works (on linux) dstr is something like'/ ' Rainer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Updating to 2.0.4 bugreport

2006-09-15 Thread Rainer Stratmann
Hello, the update on 2.0.4 shows some bugs: var dirstr:string getdir(0,dirstr); // <- not works (on linux), the result is a string with length 0 The Compiler switch "Use register-variables" (switch off state) seems not to work. There is an error with involved asm code. If at the "end;" state