This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR target/12654 (Incorrect comparison code generated for Alpha)
- From: Richard Henderson <rth at redhat dot com>
- To: Falk Hueffner <falk dot hueffner at student dot uni-tuebingen dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 20 Oct 2003 00:19:44 -0700
- Subject: Re: [PATCH] Fix PR target/12654 (Incorrect comparison code generated for Alpha)
- References: <87n0bxulqh.fsf@student.uni-tuebingen.de>
On Sun, Oct 19, 2003 at 08:27:02PM +0200, Falk Hueffner wrote:
> * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't do
> comparison against constant by adjusting the argument except for
> EQ and NE.
Ok. No idea why I thought overflow wouldn't be a problem...
r~