This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13044] Calls to stack object destructors should be merged for multiple return points
- 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: 14 Nov 2003 04:50:14 -0000
- Subject: [Bug c++/13044] Calls to stack object destructors should be merged for multiple return points
- References: <20031114023320.13044.bryner@brianryner.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-14 04:50 -------
Size enhancement, confirmed, the problem is that the destructors are added by the front-end to
before a return, not knowing if optimizing for size.
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
Component|optimization |c++
Ever Confirmed| |1
Keywords| |pessimizes-code
Last reconfirmed|0000-00-00 00:00:00 |2003-11-14 04:50:12
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13044