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 18:03:43 -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 18:03 -------
t->Hour = 44; /* unaligned word access */
is unaligned word access if t is not word aligned in the first place, correct which is where the problem
comes in right?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18287