[Bug c++/13044] Calls to stack object destructors should be merged for multiple return points

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Nov 14 04:50:00 GMT 2003


------- 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



More information about the Gcc-bugs mailing list