[Bug c/43798] [8/9 Regression] attribute((aligned(x))) not honored for array element types?

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 20 10:06:00 GMT 2019


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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
See above, I'm afraid that would break a lot of code in the wild.  We've been
accepting it for way too long and handling the way those users expect (i.e.
that the whole array is 16 byte aligned), clang accepts it too that way
(without any warnings), so does icc.


More information about the Gcc-bugs mailing list