This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: New bootstrap failure on irix6 on reload1.c
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: New bootstrap failure on irix6 on reload1.c
- From: Richard Henderson <rth at redhat dot com>
- Date: Sun, 18 Feb 2001 10:21:03 -0800
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <200102181521.KAA28762@caip.rutgers.edu>
On Sun, Feb 18, 2001 at 10:21:59AM -0500, Kaveh R. Ghazi wrote:
> > this_val = GEN_INT (this_val);
>
> Did you mean to assign to `this_rtx' here?
Arg! Yes, of course. I'll fix it right now.
r~