This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 bootstrap failure on alpha remains
- To: rth at redhat dot com
- Subject: Re: 3.1 bootstrap failure on alpha remains
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Tue, 22 May 01 07:53:54 EDT
- Cc: gcc-patches at gcc dot gnu dot org
Now, of course this isn't going to be recognized, but before we
finally give up we send that SET_DEST through reg_referenced_p,
which is unhappy about being presented with an expression rtx
instead of an object rtx. Thus the abort.
Look up from the code you patched to where there's an assignment of
'fmt = "ie";'. I think it would be better to add this test there.