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: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: 3.1 bootstrap failure on alpha remains
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 22 May 2001 09:50:34 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <10105221626.AA18511@vlsi1.ultra.nyu.edu>
On Tue, May 22, 2001 at 12:26:42PM -0400, Richard Kenner wrote:
> No, just for SET, but you can look inside the SET_DEST.
Perhaps, but that doesn't do you any good with ZERO_EXTRACT.
You'll still have to recurse to handle arguments 1 and 2,
but you do want to skip argument 0.
r~