This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49923] __attribute__((packed)) on ARM is sometimes dropped
- From: "sgh at sgh dot dk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 4 Aug 2011 08:00:46 +0000
- Subject: [Bug c/49923] __attribute__((packed)) on ARM is sometimes dropped
- Auto-submitted: auto-generated
- References: <bug-49923-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #7 from SÃren Holm <sgh at sgh dot dk> 2011-08-04 08:00:14 UTC ---
It works on the target too. From my perspective your patch fixes this issue.
Thank you very much Martin.