gcc-patches@gcc.gnu.org
[Top] [All Lists]

Re: PATCH PR target/40834: [4.5 Regression] standard_sse_constant_opcod

Subject: Re: PATCH PR target/40834: [4.5 Regression] standard_sse_constant_opcode crash on x86 64
From: Richard Henderson
Date: Wed, 05 Aug 2009 11:14:03 -0700
On 08/05/2009 11:01 AM, H.J. Lu wrote:
-       return TARGET_AVX ? 3 : -3;
+       return -3;

Why aren't we returning 0 here?
I think these negative numbers are a mistake.


r~

<Prev in Thread] Current Thread [Next in Thread>