[Bug c++/38658] inefficient code on trivial try/catch statement

bangerth at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Jan 30 15:58:00 GMT 2009



------- Comment #2 from bangerth at gmail dot com  2009-01-30 15:58 -------
The standard details certain side effects of throwing exceptions such
as allocating and freeing memory as well as setting expressions that
std::uncaught_exception can evaluate. These side effects can not
always be omitted.

W.


-- 

bangerth at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38658



More information about the Gcc-bugs mailing list