------- Comment #7 from hubicka at gcc dot gnu dot org  2008-02-13 17:29 -------
This one liner actually took me a while.  It is quite ugly ordering issue.
Index: ipa.c
===================================================================
--- ipa.c       (revision 132243)
+++ ipa.c       (working copy)
@@ -192,6 +192,7 @@ cgraph_remove_unreachable_nodes (bool be
                    }
                  cgraph_node_remove_callees (node);
                  node->analyzed = false;
+                 node->local.inlinable = false;
                }
              else
                cgraph_remove_node (node);


-- 


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

Reply via email to