[fpc-devel] Type helper bug
Sven Barth
pascaldragon at googlemail.com
Wed May 5 14:05:25 CEST 2021
Zeljko Avramovic via fpc-devel <fpc-devel at lists.freepascal.org> schrieb am
Mi., 5. Mai 2021, 12:42:
> In example bellow, both record field ID.PGN and type helper for that
> record field ID.PGN.PS point to the same memory location in a bitpacked
> record not aligned to a byte. ID.PGN can be modified correctly. ID.PGN.PS
> can not be modified correctly. If a field in a bitpacked record can work
> well (probably by masking and bit shifting), then helper should be able to
> do the same.
>
> Could someone please take a look? Thanks!
>
> Here is the bug report: https://bugs.freepascal.org/view.php?id=38678
You don't need to write everywhere about this. I've seen the forum thread
as well as the bug report.
Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20210505/9de59c2b/attachment.htm>
More information about the fpc-devel
mailing list