http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50568

--- Comment #26 from H.J. Lu <hjl.tools at gmail dot com> 2011-09-29 23:19:49 
UTC ---
(In reply to comment #24)
> Thanks. Does it work with this change?

I posted a different patch to avoid indirect reference on
64bit host and avoid overflow in

static int lto_splay_compare_ids (splay_tree_key a, splay_tree_key b)
{
   unsigned HOST_WIDE_INT *ai = (unsigned HOST_WIDE_INT *)a;
   unsigned HOST_WIDE_INT *bi = (unsigned HOST_WIDE_INT *)b;

   return *ai - *bi;
}

Reply via email to