http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50568
--- Comment #23 from H.J. Lu <hjl.tools at gmail dot com> 2011-09-29 22:26:34 UTC --- (In reply to comment #9) > Created attachment 25381 [details] > Use long long in lto-plugin > > Can you please test this patch? > You missed: /* Find hash table of sub module id */ - nd = splay_tree_lookup (file_ids, id); + nd = splay_tree_lookup (file_ids, (splay_tree_key)&id);