https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116856

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
uint32_t has an alignment requirement. 

You can make an unaligned type and access via that instead.  Or use memcpy .

Reply via email to