[Bug c++/34927] Duplicate error message about abstract class

2011-10-08 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34927 --- Comment #4 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-10-09 00:21:41 UTC --- Author: paolo Date: Sun Oct 9 00:21:37 2011 New Revision: 179718 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179718 Log: 2011-10-08 Paolo

[Bug c++/34927] Duplicate error message about abstract class

2011-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34927 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/34927] Duplicate error message about abstract class

2011-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34927 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c++/34927] Duplicate error message about abstract class

2008-01-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-01-22 22:17 --- I think this is because we clone the dtor. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34927] Duplicate error message about abstract class

2008-01-22 Thread bangerth at math dot tamu dot edu
--- Comment #2 from bangerth at math dot tamu dot edu 2008-01-22 22:20 --- Subject: Re: Duplicate error message about abstract class I think this is because we clone the dtor. Possible. If we take away the base class, then the error message appears only once...