Emil Jerabek wrote:
After reading this message, I tried to experiment with set types a little bit. It turned out that the compiler segfaults on "set of Void" (this is a nonsense type, but anyway...)
GPC accepts "array of Void" (and even static variables of that type; should it?), but it crashes on "packed array of Void". More importantly, it crashes the same way on the following ISO 7185 code:
[...]
A similar file-type generates a run-time error:
Thanks for the reports. All fixed now (emil{12,13[a-c],14,15}.pas).
Frank