From 8e148befe9b2356cc3390b04b8fc20c0a61a4e29 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 23 Apr 1992 00:19:46 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r821 --- gcc/tree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/tree.h b/gcc/tree.h index f497086..939f2a6 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -640,7 +640,8 @@ struct tree_type of the bit closest to the beginning of the structure. */ #define DECL_FIELD_BITPOS(NODE) ((NODE)->decl.arguments) /* In a FIELD_DECL, this indicates whether the field was a bit-field and - if so, its type. */ + if so, the type that was originally specified for it. + TREE_TYPE may have been modified (in finish_struct). */ #define DECL_BIT_FIELD_TYPE(NODE) ((NODE)->decl.result) /* In FUNCTION_DECL, a chain of ..._DECL nodes. */ /* VAR_DECL and PARM_DECL reserve the arguments slot -- 2.7.4