OSDN Git Service

* tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Oct 1999 16:04:30 +0000 (16:04 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Oct 1999 16:04:30 +0000 (16:04 +0000)
commit4a8caefa1eca72aa2c1efb448b0ea69ec703fc19
tree9d910bc8a4f5ce49f10a39c743561b2ad5f278db
parent9462dabf0099c52f3681ea6787489ab7b2b39e17
* tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for
bitfields, rather than DECL_BIT_FIELD.
* ir.texi: Document how to tell whether or not a field is a
bitfield.

* lex.c (make_lang_type): Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29781 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/ir.texi
gcc/cp/lex.c
gcc/cp/tree.c
gcc/testsuite/g++.old-deja/g++.other/bitfld4.C [new file with mode: 0644]