J. David Bryan wrote:
Running gpc-20030507 with gcc-3.2.3 (i486-pc-mingw32), I wish to compile in Extended Pascal mode but also allow the "external" keyword. With "ifmod.pas" containing:
module ifmod;
export ifmod = (proc);
procedure proc; external;
end;
end.
...and compiling this with:
gpc --extended-pascal --enable-keyword=external -c ifmod.pas
...I get:
gpc1.exe: internal error: Segmentation fault
Will be fixed in the next release. Thanks for the report. (david5.pas)
Frank