------- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-28 21:54 ------- I think this testcase is invalid really: memcpy(&outdata->tv, tp, sizeof outdata->tv);
tv is packed and taking the address of a packed entry is not really a valid thing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39954