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/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892


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

--- Comment #7 from Jan Hubicka <hubicka at ucw dot cz> ---
> The fix is to preserve this "nonthrowing".  That's how I made it work

Yes, this was my first tought, too.

> for the abnormal edge case.  Thus, wrap it in a NOTHROW region?

I think we would have to invent it, since we have only must_not_throw.
Let me analyze this a bit furhter.

Honza


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