thanks , i reported already
http://bugs.freepascal.org/view.php?id=28674
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
che fou wrote:
Atm i don't know how to report , i'll try to figure out how to
http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers or colleagues]
___
On 09/13/2015 03:25 PM, che fou wrote:
> Atm i don't know how to report , i'll try to figure out how to
Try http://bugs.freepascal.org/
--
Ewald
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/li
Atm i don't know how to report , i'll try to figure out how to
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
> the compiler ( fpc 3.1.1 ) crashs when compiling this
compiler bug, please report
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/got-SIGSEGV-with-objfpc-dialect-tp5722570p5722571.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_
Hi
the compiler ( fpc 3.1.1 ) crashs when compiling this .
//
{$mode objfpc}
type
generic pnode = object
data : T;
link : ^pnode;
end;
begin
end.
//
with