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 tree-optimization/56265] [4.8 Regression] ICE in ipa_make_edge_direct_to_target


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

--- Comment #12 from Jan Hubicka <hubicka at ucw dot cz> 2013-04-25 20:52:39 UTC ---
> So yes, I'm in favor of turning the calls into builtin_trap or
> builtin_unreachable.  Not sure which one.  How do I get their call
> graph nodes?

cgraph_get_create_node (builtin_decl_implicit (BUILT_IN_UNREACHABLE), 0);

Honza


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