tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for bitfields, rather than DECL_BI...
authorMark Mitchell <mark@codesourcery.com>
Sun, 3 Oct 1999 16:04:30 +0000 (16:04 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 3 Oct 1999 16:04:30 +0000 (16:04 +0000)
commit807625cf45d49ff58c333a0ad826f267d1f45a04
tree9d910bc8a4f5ce49f10a39c743561b2ad5f278db
parent4927b3d4878be4c5171154b32a5d58be9ffccba0
tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for bitfields, rather than DECL_BIT_FIELD.

* 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.

From-SVN: r29781
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]