This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16190] spurious warning about non-virtual destructor
- From: "ncm-nospam at cantrip dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jun 2004 05:34:34 -0000
- Subject: [Bug c++/16190] spurious warning about non-virtual destructor
- References: <20040625022626.16190.ncm-nospam@cantrip.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ncm-nospam at cantrip dot org 2004-06-25 05:34 -------
The test as implemented is too non-specific to be useful. The
new-expression is a specific syntactic construct. If it's too
hard to bind the warning to that, it could be fixed by moving
it out of -Wall to -Weffc++, or eliminating it entirely until
such time as it can be made usefully specific.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WONTFIX |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16190