[Bug rtl-optimization/56742] Optimization bug lead to uncaught throw

ktietz at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 27 14:43:00 GMT 2013


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

--- Comment #6 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-03-27 14:43:24 UTC ---
Well, this issue is related to SEH exceptions.  So it is pretty clear, why you
don't see it for linux.

It is serious bug for 4.8 gcc.  From user's perspective this is a regression. 
Technical it is a bug in bb-reorder for SEH.
For 4.8 I think the above patch is the lowest invasive way to fix it.  For
trunk we might be able to use an approach as dw2 uses here.  Not sure about
later.  I will discuss with Richard Henderson.



More information about the Gcc-bugs mailing list