[fpc-pascal] got SIGSEGV with objfpc dialect

che fou mr.cefou at gmail.com
Thu Sep 10 09:15:33 CEST 2015


Hi
the compiler ( fpc 3.1.1 ) crashs when compiling this .
//--------------------------------------------
{$mode objfpc}
type
	generic pnode<T> = object
		data : T;
		link : ^pnode;
	end;
	
begin
end.
//--------------------------------------------

with fpc 2.6.4 there is no problem.



More information about the fpc-pascal mailing list