Maurice Lombardi wrote:
I think I found the bug now. The problem was that I can't reproduce it well -- Dos doesn't seem to like unlinking an opened file, but running under DosEmu (like I do when testing GPC), it works because it calls the Linux file routines and they just do it. After simulating a failure, I could see the problem and hopefully fix it. The patch will be uploaded to CVS soon.
Thanks for helping to find it.
Frank
Frank Heckenbach a écrit :
Hooray. It works !
Thanks very much
Maurice Lombardi a écrit :
Hooray. It works !
I have run the demos and the test suite. Only 4 errors
constovfl and fjf83 which are designed to fail
fjf119 and fjf120: may be a relation with the previous bug ? failure related to reset(input)
Anyway the compiler seems quite good now. Time to make a release ? I have uploaded to agnes djgpp binaries for the today snapshot ftp://agnes.dida.physik.uni-essen.de/home/maurice/gpc-20000718.i586-pc-msdosdjgpp.zip
Thanks a lot
Maurice
Maurice Lombardi wrote:
constovfl and fjf83 which are designed to fail
Indeed. These did break when changing from gcc-2.8.x to gcc-2.95.x. Until this problem is fixed, I will move the test files to the `knownbugs' subdirectory.
Peter