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: BOOTSTRAP FAILURE: segementation fault in genattrtab under hpux


>   > 2000-11-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
>   > 
>   > 	* pa.md (return, return_internal): Modify patterns to prevent regrename
>   > 	mucking with the return pointer.
> Err, umm.  Isn't this going to confuse reorg & jump.c's recognition of
> return insns?  I believe they want to be able to do something like
> GET_CODE (thingie) == RETURN?
> 
> I don't mind going forward with this patch, but we should have a plan for
> dealing with jump & reorg.

In my recent builds, I have been using Richard's patch instead.  It is here:
<http://gcc.gnu.org/ml/gcc-bugs/2000-11/msg00322.html>.  It uses an expand
for return.  Can you explain in more detail what needs to be done about
jump & reorg?  We need to get this fixed so that the rename registers pass
will work.

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]