This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/28917] try/catch block removed. too optimistic optimization?
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2006 19:27:16 -0000
- Subject: [Bug rtl-optimization/28917] try/catch block removed. too optimistic optimization?
- References: <bug-28917-7667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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