This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/24280] bad throw specification error on implicit destructor



------- Comment #5 from pinskia at gcc dot gnu dot org  2005-10-09 03:29 -------
(In reply to comment #4)
> I have to look up what the standard says but I think the standard says that
> exception's deconstructor is nothrow.

The standard says it does have throw() on it.  So only thing left is the
diagnostic problem.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
      Known to fail|3.0.4 3.2.2 3.2.3 3.3.1     |
                   |4.0.0 3.4.0 4.1.0           |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]