[Bug rtl-optimization/106568] -freorder-blocks-algorithm appears to causes a crash in stable code, no way to disable it
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 8 21:40:55 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106568
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
If there is a throw which is not being caught (correctly).
In gdb you can do:
catch throw
And then find where the throw was that is causing the issue (as this is an
_Unwind_Resume case).
More information about the Gcc-bugs
mailing list