This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/21347] [4.0/4.1 Regression] spurious warning with -Wctor-dtor-privacy



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]