Comment 7 for bug 1738730

Revision history for this message
john (jkovach) wrote : Re: Simple OR'ed assignment breaks the code silently

-fpack-struct must be responsible for this. Why would you want this option anyway? If you really insist, you might want to have a look at the option "-munaligned-access" as well. The manual says " If unaligned access is not enabled then words in packed data structures are accessed a byte at a time."