* class.c (finish_struct_1): Set things up for 0-width bitfields
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 01:14:55 +0000 (01:14 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 01:14:55 +0000 (01:14 +0000)
commit37b8b0d05b935614d42861a68e65434e49294164
tree088be5fe665d74f30c3058b147464cb4006c1d4e
parent6437d6355e84ec91ec90927b64ceafe6fac4d41e
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23762 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c