[fpc-pascal] TParamFlags and fpc 3.2.0.

Sven Barth pascaldragon at googlemail.com
Sun Jul 28 15:38:11 CEST 2019


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


More information about the fpc-pascal mailing list