BOOTSTRAP FAILURE: segementation fault in genattrtab under hpux 10.20

Richard Henderson rth@redhat.com
Tue Nov 14 10:19:00 GMT 2000


On Tue, Nov 14, 2000 at 01:04:21PM -0500, John David Anglin wrote:
> This appears to be more or less what was done on ia64.  However, it also
> doesn't have a use for rp in the return insn.  Possibly, it and other ports
> have the same problem as the pa.

No, ia64 has "ra" live via EPILOGUE_USES.  This because you can't put
a use on a conditional return pattern, since that pattern is created
by overly simplistic code in jump.

I've wanted for quite a while to change (return) to (return <addr>)
so that this issue couldn't be overlooked.


r~


More information about the Gcc-bugs mailing list