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: rtl slot lies



  In message <19980508135900.45179@dot.cygnus.com>you write:
  > While working on a garbage collector, I discovered that the
  > INLINE_HEADER rtl was lying about the types of some of its slots.
  > 
  > The following patch corrects this, and gets rid of wome ugly casts.
Actually, the tree field should be accessed via "rttree", which would
allow you to kill a few more casts *and* avoid storing a tree node
into a rtx field.

jeff


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