------- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-05 14:22 ------- Hmm: &outdata->tv
isn't that semi wrong as the pointer just lost the alignment information? A workaround is to do: memcpy((void*)&outdata->tv, tp, sizeof outdata->tv); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26565