This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sparc.c bogus comparison
- From: Richard Henderson <rth at redhat dot com>
- To: DJ Delorie <dj at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 25 Jan 2002 16:39:34 -0800
- Subject: Re: sparc.c bogus comparison
- References: <200201252209.g0PM9YE10773@greed.delorie.com>
On Fri, Jan 25, 2002 at 05:09:34PM -0500, DJ Delorie wrote:
> Shouldn't the above be thusly?
>
> if (rtx_equal_p (temp1, op0))
> abort ();
Almost certainly.
r~