This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug fix in `tree.c': build_range_type



  In message <199807292230.AAA24430@esmeralda.gerwinski.de>you write:
  > Hmm ... and setting TYPE_SIZE_UNIT (itype) to NULL_TREE instead of
  > copying that of type does not solve the problem any more either.
  > It seems as if I was wrong in my previous mail where I stated that
  > it would.  :-(
  > 
  > I suspect that there are places in the backend that depend on
  > TYPE_SIZE_UNIT being nonzero.  I know of at least one such case:
  > size_in_bytes() calls incomplete_type_error() if TYPE_SIZE_UNIT
  > is NULL_TREE.
Ironically,  Jim noticed problems when setting TYPE_SIZE_UNIT to NULL
today.  Hopefully Jim and Richard can sort this stuff out quickly.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]