[Bug c++/16165] New: -Weffc++ item 11 improvements
bkoz at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jun 23 22:26:00 GMT 2004
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
More information about the Gcc-bugs
mailing list