diff options
author | Richard Stallman <rms@gnu.org> | 1992-04-23 00:19:46 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-04-23 00:19:46 +0000 |
commit | 8e148befe9b2356cc3390b04b8fc20c0a61a4e29 (patch) | |
tree | 3a1a4c4e99a1730407c11f87e9e016644a7dfafc | |
parent | a823f1d8d5244c6338e4af1a0df2f5a6f0026e0a (diff) | |
download | gcc-8e148befe9b2356cc3390b04b8fc20c0a61a4e29.zip gcc-8e148befe9b2356cc3390b04b8fc20c0a61a4e29.tar.gz gcc-8e148befe9b2356cc3390b04b8fc20c0a61a4e29.tar.bz2 |
*** empty log message ***
From-SVN: r821
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |