[Bug rtl-optimization/62078] [5 Regression] ICE: verify_flow_info failed: missing REG_EH_REGION note at the end of bb 2 with -fdelete-dead-exceptions
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 21 15:52:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62078
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |law at gcc dot gnu.org
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Then it is weird to treat is as regression, because r188666 didn't support -Og.
In any case, either RTL DSE shouldn't remove stores with REG_EH_REGION note on
it, or if it does remove them we need to clean up EH.
More information about the Gcc-bugs
mailing list