This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21347] [4.0/4.1 Regression] spurious warning with -Wctor-dtor-privacy
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Oct 2005 19:51:41 -0000
- Subject: [Bug c++/21347] [4.0/4.1 Regression] spurious warning with -Wctor-dtor-privacy
- References: <bug-21347-655@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-13 19:51 -------
: Search converges between 2004-07-17-trunk (#488) and 2004-07-18-trunk (#489).
I suspect this was caused by:
2004-07-16 Mark Mitchell <mark@codesourcery.com>
* class.c (finish_struct_methods): Remove unncessary code.
(add_implicitly_declared_members): Create declarations for default
constructors and copy constructors lazily.
* cp-tree.h (lang_type_class): Remove lazy_default_ctor and
lazy_copy_ctor.
(CLASSTYPE_LAZY_DEFAULT_CTOR): New macro.
(CLASSTYPE_LAZY_COPY_CTOR): Likewise.
....
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2005-09-10 17:02:36 |2005-10-13 19:51:41
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21347