[Bug c/79319] sizeof returns the wrong size of a union containing aligned members
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 1 09:59:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79319
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Then consider using __builtin_assume_aligned rather than overaligning the
elements.
More information about the Gcc-bugs
mailing list