------- 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 <[EMAIL PROTECTED]>
* 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