[Bug c/80777] long int structure members allocated incorrect 8 bytes
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue May 16 08:58:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80777
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
long is 64 bits on x86_64, uint32_t is (obviously) 32 bits. This is not a bug.
More information about the Gcc-bugs
mailing list