[Bug c/60360] __attribute((aligned(...))) changes sizeof(...) of struct

dabler at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Feb 27 17:43:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60360

--- Comment #1 from DaBler <dabler at gmail dot com> ---
Created attachment 32227
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32227&action=edit
he preprocessed file that triggers the bug

Output:

64 64
64 64
4 64
4 64
4 64

Expected output:
4 64
4 64
4 64
4 64
4 64



More information about the Gcc-bugs mailing list