This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16165] New: -Weffc++ item 11 improvements
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2004 22:23:37 -0000
- Subject: [Bug c++/16165] New: -Weffc++ item 11 improvements
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
There are issues (some in bugzilla already) about over-zealous warnings for
class members that are pointers, but don't really fall into EFC++ item 11.
One is member function pointers.
Another is data that is a pointer, but hasn't been allocated by new.
See:
http://gcc.gnu.org/ml/gcc/2004-06/msg01379.html
For some commentary and an intriguing suggestion for future work.
-benjamin
--
Summary: -Weffc++ item 11 improvements
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bkoz at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16165