This is the mail archive of the gcc-bugs@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: PATCH 2: Re: BOOTSTRAP FAILURE: segementation fault in genattrtab


> To make this work you want the bit indicating if a register is a pointer to
> be put in the REG rtx itself.  That way you can just do something like
> REG_POINTER (X) and REG_POINTER (Y).

Would it be OK to use the frame_related bit for this?  It doesn't appear
to have an assigned use for REG rtx's.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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