Open jackrosenthal opened 5 years ago
Support for either of these cases:
struct foo_t { struct __attribute__((packed)) { int a; char b; }; };
struct foo_t { struct { int a; char b; } __attribute__((packed)); };
I can work on an patch, but just posting an issue so it's documented.
Thanks for the report! I'd be happy to consider a patch, especially a reasonably well-tested one. :)
Support for either of these cases:
I can work on an patch, but just posting an issue so it's documented.