[fpc-devel]Stack checking on Linux with 1.9.2
Jeff Pohlmeyer
yetanothergeek at yahoo.com
Thu Jan 15 22:11:12 CET 2004
I am getting a RTE 216 using the 1.9.2 compiler
with -Ct or {$S+} when passing string parameters
to procedures/functions:
program stackcheck;
{$S+} // <- This crashes
procedure WriteThis(what:string);
begin
WriteLn(what);
end;
begin
WriteThis('hello world');
end.
Can anyone else verify this?
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
More information about the fpc-devel
mailing list