HI !
it seems this little unit hangs GPC
unit test; interface implementation var pro:array[0..1] of ^procedure; k:integer; {*******************************} procedure MC; begin writeln(' Merry Christmas ! '); end; {*******************************} begin for k:=0 to 1 do pro[k]:=@MC; end.
Maybe there are syntax errors , but I think it shouldn't crash the compiler
It works only if I use the option --fBorland , but if I use it I'cant use the key word "asmname"
I use the compiler which is in GPC-9710.zip,
I'm sorry if this bug is already found , or if it's only errors of myself.
Bye and Merry Christmas everybody !
Patrice BOUCHAND
PS : I hope you can understand my english...