GCC build of HEAD failed for native with your patch on 2004-07-19T20:50:15Z.

Andrew Pinski pinskia@physics.uc.edu
Mon Jul 19 23:44:00 GMT 2004


On Jul 19, 2004, at 4:29 PM, GCC regression checker wrote:

> With your recent patch, GCC HEAD does not compile on:
>  native
> Attached is build output for those targets.
>
> The build failures are new.
>
> For more information, see http://gcc.gnu.org/regtest/.
>
> <ChangeLog.diff><native-log.txt>--
> Geoffrey Keating <geoffk@apple.com>
> (via an automated GCC regression-testing script.)


This is most likely:
+2004-07-19  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/16623
+	* cp-tree.h (lang_type_class): Add lazy_assignment_op.
+	(CLASSTYPE_LAZY_ASSIGNMENT_OP): New macro.
+	* class.c (add_implicitly_declared_members): Use
+	CLASSTYPE_LAZY_ASSIGNMENT_OP.
+	* method.c (lazily_declare_fn): Clear
+	CLASSTYPE_LAZY_ASSIGNMENT_OP.
+	* search.c (lookup_fnfields_1): Check it.

Thanks,
Andrew Pinski



More information about the Gcc-regression mailing list