class.c (finish_struct_1): Set things up for 0-width bitfields like we do for others.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 23 Nov 1998 01:14:55 +0000 (01:14 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 23 Nov 1998 01:14:55 +0000 (20:14 -0500)
commit72a931432542edeb7e222774af95942663e66ff2
tree088be5fe665d74f30c3058b147464cb4006c1d4e
parent64b7869acb648286176938c866ad9cbd0d966893
class.c (finish_struct_1): Set things up for 0-width bitfields like we do for others.

* class.c (finish_struct_1): Set things up for 0-width bitfields
like we do for others.
* decl.c (check_tag_decl): New fn.
(shadow_tag): Split out from here.
* decl2.c (grok_x_components): Call it.

From-SVN: r23762
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c