[Bug middle-end/26565] Unaligned accesses with __attribute__(packed) and memcpy
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Sun Mar 5 14:40:00 GMT 2006
------- Comment #2 from falk at debian dot org 2006-03-05 14:40 -------
(In reply to comment #1)
> Hmm:
> &outdata->tv
>
> isn't that semi wrong as the pointer just lost the alignment information?
I'm not sure what you mean.
> A workaround is to do:
> memcpy((void*)&outdata->tv, tp, sizeof outdata->tv);
That doesn't change anything.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26565
More information about the Gcc-bugs
mailing list