Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPacked struct, size of field % 8 !=0, @byteOffsetOf does not include prior fields byte offset #5743
Comments
|
Duplicate of #2627? |
|
Yep totally a duplicate. I would still like to know whether this test should pass or if it is a bug. |
|
Well I put in a pull request to fix the issue. It fixes byteOffset of. It's waiting to be reviewed and merged. |
I reference this in my (failing) pull request #5713. What is the intended behavior?
This issue is linked to issue #5742 as they both come out of the same code section which is
resolve_struct_typewhere the offsets are calculated.