]> gcc.gnu.org Git - gcc.git/commit
class.c (finish_struct_1): Don't complain about non-copy assignment ops in union...
authorJason Merrill <jason@yorick.cygnus.com>
Wed, 28 Oct 1998 20:29:09 +0000 (20:29 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 Oct 1998 20:29:09 +0000 (15:29 -0500)
commit2455f26fc144984fa410ac85ae9efa6cbbac6ffb
tree1759b343f2eb1c3aad245bc554c71b567c1b84d7
parent5916476fda427a0d18acc12adc68031f0a944a09
class.c (finish_struct_1): Don't complain about non-copy assignment ops in union members.

* class.c (finish_struct_1): Don't complain about non-copy
assignment ops in union members.
* class.c (build_vtable): Don't pass at_eof to import_export_vtable.
(prepare_fresh_vtable): Likewise.
(finish_struct_1): Don't call import_export_class.
* decl2.c (finish_vtable_vardecl): Do import/export stuff.
(finish_prevtable_vardecl): Lose.
(finish_file): Don't call it.
* pt.c (instantiate_class_template): Likewise.

From-SVN: r23410
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/pt.c
This page took 0.058682 seconds and 5 git commands to generate.