Hello Yuri!
Yuri Prokushev wrote:
> RTL successfull compiled under FPC.
And broken under its own compiler :-(.
The default SPR file has all warnings disabled - if you enable them, there
are galores of messages (and still a lot, if you disable W1 and keep only
the others). Shouldn't we look at those issues? Porting a correct program
to another compiler is enough work, but chasing these inherent bugs coming
out on a new platform could become a nightmare.
I changed these settings in svde.spr:
[Compiler Options]
CodeGeneration=InlineStrings,Assertions,SaveConstructors
Syntax=
Optimize=OptimizeCommonSub,OptimizePeephole
RuntimeCheck=InOut,Overflow,Stack,Range
CondDefine=
[Compiler Warnings]
;Warnings=W1,W2,W3,W4,W5,W6,W7
;or
Warnings=W2,W3,W4,W5,W6,W7
MaxWarnings=2000
MaxErrors=10
[Debugger Options]
DebugInfo=LineNumbers,LocalSymbols
EvalHints=True
Dbg_Options=1
RTL_Exceptions=1073741823
SPCC_Exceptions=4194303
Ah, you disabled the ugly gradient titlebar, fine.
> Testsuite needed.
Hm. It's time to install FPC ... I must admit, that most of my programs
were commandline only (either pure input/output processing or VIO).
CU/2 Falko
-----------
To unsubscribe yourself from this list, send the following message
to [EMAIL PROTECTED]
unsubscribe sibyl
end