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 #4 from pinskia at gcc dot gnu dot org  2005-10-09 03:26 -------
(In reply to comment #3)
> Who do I take the spurious throw spec to? (i.e. where's the bugzilla site for glibc++?)
I think that is still a G++ bug. libstdc++ (what you called glibc++) is part of
GCC so here.
I have to look up what the standard says but I think the standard says that
exception's deconstructor is nothrow.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|rejects-valid               |


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]