[Bug ipa/60600] [4.9 Regression] ICE in ipa_get_indirect_edge_target_1
jamborm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 21 15:04:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60600
--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Or we might produce a call to __builtin_unreachable (we already do
that in ipa_get_indirect_edge_target_1 in similar cases) or
__builtin_abort. Tough decision, although I'll probably go for
__builtin_unreachable, for the sake of consistency.
More information about the Gcc-bugs
mailing list