David Wood wrote:
We've ported quite a lot of DEC Pascal to GPC without major problems. Certainly GPC2.1 hasn't given us problems with segfaults or internal errors on both i386 or Alpha platforms. We have had to do quite a lot of manual code conversions though.
We also identified a lot of potential manual code conversions. Enough to hesitate about the jump. Happy to hear the compiler did not cause problems.
David Wood wrote:
Areas which spring to mind that needed changing in our code was:
<snip>
I have code examples of how I've worked around the enumerated type reading and ZERO issues if you wish.
We are surely interested in the Zero example. We do not use reading of enumerated types.
In addition to this did you automatically tackle writev, readv?.
Rob Koopman