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: PATCH 2: Re: BOOTSTRAP FAILURE: segementation fault in genattrtab


>   In message <200011212016.PAA18750@hiauly1.hia.nrc.ca>you write:
>   > > 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.
> Yea, I think so.

I added the infrastructure yesterday to set this bit and changed the pa
port to use it.  Still need to change the rest of the code to use the new
bit.  However, things look promising.  The number of unexpected failures
in the gcc testsuite with my various patches is now down to 43.  This is
the lowest number of FAILs that I have seen in a long time under hpux.

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]