[Bug rtl-optimization/28917] try/catch block removed. too optimistic optimization?
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Aug 31 19:27:00 GMT 2006
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-31 19:27 -------
Actually yes it is branched because it should be but movl $0, 0
Means store 0 into the address of 0 so it works. The branch over is ok because
well this is the way zero overhead exceptions works.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|other |rtl-optimization
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28917
More information about the Gcc-bugs
mailing list