------- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-28 01:20 ------- data_ptr = (const uint32_t *) ((const char*) data + decl_offset);
num_decl_states = *data_ptr++; So either decl_offset is unaligned. Are we storing this packed? -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dnovillo at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38995