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)


On Wed, Nov 20, 2002 at 05:29:31PM +0000, Joern Rennecke wrote:
> > +             /* 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).

True.    regards   Christian

-- 
THAT'S ALL FOLKS!


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