[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 25 09:17:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2013-04-25
CC| |matz at gcc dot gnu.org,
| |rguenth at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-25 09:17:03 UTC ---
I suppose more selectively removing edges would be best. Eventually this is
done to cater for expansions of builtin calls to non-calls? Then maybe
those edges should be removed later, _after_ builtin expansion and
find_many_sub_basic_blocks?
More information about the Gcc-bugs
mailing list