This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]