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/49923] __attirubte__((packed)) on ARM is sometimes dropped


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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-02 13:11:40 UTC ---
It's easy - misaligned accesses on strict-align targets are a PITA.  IPA-SRA
needs similar adjustments as scalar SRA to keep memory references in
the component-ref style form which is the only one that the expander "properly"
handles.


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