Zeljko Avramovic via fpc-devel <fpc-devel@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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to