This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/35149] [4.3 Regression] ICE: in expand_call_inline, at tree-inline.c:2653



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]