[Bug lto/50568] [4.7 Regression] Massive LTO failures

hjl.tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Sep 29 22:53:00 GMT 2011


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);



More information about the Gcc-bugs mailing list