This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR 8639 (3.2.1 material)


> +             /* If not multiplication, we can only do this if this is 
> +              * PLUS_EXPR and both operands are divisible by c. Note that
> +              * (80 - 4*x)/20 or (80 + (-4)*x)/20 must not degenerate
> +              * into (20 - x/5). */

I think you mean (4 - x/5).

-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]