https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89968
--- Comment #4 from Martin Sebor ---
The alignment is respected for members of other types than char so the order of
the attributes doesn't seem to matter here (it does matter in pr89950):
$ cat pr89968-2.c && gcc -S -O2 -Wall -fdump-tree-optimi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89968
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89968
--- Comment #2 from Andrew Pinski ---
One problem is the order of the attributes applying here. vector_size applies
after all the others as that is the order in the program.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89968
Martin Sebor changed:
What|Removed |Added
Keywords||ABI, diagnostic
See Also|