public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members
       [not found] <20021013085600.8211.olly@survex.com>
@ 2004-02-29  3:15 ` olly at survex dot com
  2004-07-08 11:43 ` giovannibajo at libero dot it
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: olly at survex dot com @ 2004-02-29  3:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From olly at survex dot com  2004-02-29 03:15 -------
Bug still exists in both GCC 3.2.3 and 3.3.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.2.3 3.3.3


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members
       [not found] <20021013085600.8211.olly@survex.com>
  2004-02-29  3:15 ` [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members olly at survex dot com
@ 2004-07-08 11:43 ` giovannibajo at libero dot it
  2004-07-08 12:36 ` giovannibajo at libero dot it
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-07-08 11:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-07-08 11:43 -------
Mine, testing a patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |giovannibajo at libero dot
                   |dot org                     |it
             Status|NEW                         |ASSIGNED


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members
       [not found] <20021013085600.8211.olly@survex.com>
  2004-02-29  3:15 ` [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members olly at survex dot com
  2004-07-08 11:43 ` giovannibajo at libero dot it
@ 2004-07-08 12:36 ` giovannibajo at libero dot it
  2004-07-09  0:59 ` giovannibajo at libero dot it
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-07-08 12:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-07-08 12:36 -------
Patch posted, waiting for review:
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00769.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members
       [not found] <20021013085600.8211.olly@survex.com>
                   ` (2 preceding siblings ...)
  2004-07-08 12:36 ` giovannibajo at libero dot it
@ 2004-07-09  0:59 ` giovannibajo at libero dot it
  2004-07-09  0:59 ` cvs-commit at gcc dot gnu dot org
  2005-09-15 21:39 ` olly at survex dot com
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-07-09  0:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-07-09 00:59 -------
Fixed for GCC 3.5.0, thank you for your report!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz at redhat dot com
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members
       [not found] <20021013085600.8211.olly@survex.com>
                   ` (3 preceding siblings ...)
  2004-07-09  0:59 ` giovannibajo at libero dot it
@ 2004-07-09  0:59 ` cvs-commit at gcc dot gnu dot org
  2005-09-15 21:39 ` olly at survex dot com
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-09  0:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-09 00:59 -------
Subject: Bug 8211

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-07-09 00:59:05

Modified files:
	gcc/cp         : ChangeLog class.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/warn: effc3.C 

Log message:
	PR c++/8211
	PR c++/16165
	* class.c (check_field_decls): Improve -Weffc++ warning: do not
	warn for pointers to functions/members, or for classes without
	destructors.
	
	PR c++/8211
	PR c++/16165
	* g++.dg/warn/effc3.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4180&r2=1.4181
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&r1=1.626&r2=1.627
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3960&r2=1.3961
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/effc3.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members
       [not found] <20021013085600.8211.olly@survex.com>
                   ` (4 preceding siblings ...)
  2004-07-09  0:59 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-15 21:39 ` olly at survex dot com
  5 siblings, 0 replies; 6+ messages in thread
From: olly at survex dot com @ 2005-09-15 21:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From olly at survex dot com  2005-09-15 21:38 -------
Confirmed fixed in:

g++-4.0 (GCC) 4.0.0 20050301 (prerelease) (Debian 4.0-0pre6ubuntu7)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-09-15 21:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021013085600.8211.olly@survex.com>
2004-02-29  3:15 ` [Bug c++/8211] -Weffc++ warns about copyable classes with func ptr members olly at survex dot com
2004-07-08 11:43 ` giovannibajo at libero dot it
2004-07-08 12:36 ` giovannibajo at libero dot it
2004-07-09  0:59 ` giovannibajo at libero dot it
2004-07-09  0:59 ` cvs-commit at gcc dot gnu dot org
2005-09-15 21:39 ` olly at survex dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).