This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/18287] Unaligned access to fields inside packed records
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2004 19:57:47 -0000
- Subject: [Bug c/18287] Unaligned access to fields inside packed records
- References: <20041103175151.18287.ebotcazou@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-03 19:57 -------
There is another example of this in PR 17949 where the tree-optimizations cause something werid to
happen only because the middle-end does not know that they are unaligned loads.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18287