Am 28.07.2019 um 15:10 schrieb fredvs:
I'm no fan of those nested with-blocks
Same for me.

Did you see my fixes, do you agree with it ?
It's not beautiful if you mean that, but it will work...

Oh and just in case you want more headaches: the current code will bomb on current FPC trunk on targets that have strict alignment requirements (e.g. ARM). I think it /should/ work however if you add a "{$if FPC_FULLVERSION >= 030300}po1 := AlignTParamFlags(po1);{$endif}" directly before the assignment to "flags".

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to