------- Comment #1 from rguenth at gcc dot gnu dot org  2007-09-23 11:04 -------
If so (did you look how DECL_FIELD_OFFSET is set?) then the documentation in
tree.h needs adjustment as well:

/* In a FIELD_DECL, this is the field position, counting in bytes, of the
   DECL_OFFSET_ALIGN-bit-sized word containing the bit closest to the beginning
   of the structure.  */
#define DECL_FIELD_OFFSET(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.offset)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33535

Reply via email to