[Bug c++/67036] GCC does not warn of throwing destructors in C++11, even when they lack noexcept(false) and std::uncaught_exception

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 28 17:36:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67036

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |6.0

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed by the addition of -Wterminate in GCC 6


More information about the Gcc-bugs mailing list