Hi GPC'ers!
From time to time I get a coredump, and sometimes I manage to find
the reason.
: nikke@RubberBone(tty4):/tmp$ cat bug.pas : program Bug; : type : Pa = ^a; : begin : end. : nikke@RubberBone(tty4):/tmp$ gpc bug.pas : gpc: Internal compiler error: program gpc1 got fatal signal 11
GPC should warn about the dependency (`a' isn't defined anywhere) but shouldn't coredump... (Sorry if the bug was known.)
-- Nicola Girardi nikke@swlibero.org