]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/class.c
re PR c++/16623 (g++ ICE in tsubst_decl:6081)
authorMark Mitchell <mark@codesourcery.com>
Tue, 20 Jul 2004 15:36:08 +0000 (15:36 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 20 Jul 2004 15:36:08 +0000 (15:36 +0000)
commitfb2324768037e91dafe1a7c9a3d3907116d7eb37
tree18b5792a881ad5765f15277372efc134e41fc1bc
parentbd65c56456f835eb23e7dcb11fac24c18bdf1133
re PR c++/16623 (g++ ICE in tsubst_decl:6081)

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.

From-SVN: r84956
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/method.c
gcc/cp/search.c
This page took 0.055928 seconds and 5 git commands to generate.