]> git.ipfire.org Git - thirdparty/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:36:04 +0000 (20:36 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 Oct 1998 20:36:04 +0000 (15:36 -0500)
commitda0f17e241d30a4f2d192c84d804081c5b133e18
tree2525e7f83bb67e3154765a74a121447d588b3a7a
parentb6d4d480910d3e1c9cc524e45364d6e5ca8f4647
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: r23411
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl2.c
gcc/cp/pt.c