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] for PR 22442


Hello,

> > chrec_fold_multiply_poly_poly associates chrecs wrongly.  E.g.
> > (0,+,1) * (0,+,1) = (0,+,(1,+,2)), but we currently return
> > ((0,+,1),+,2) -- equal to (0,+,3).
> > 
> > Bootstrapped & regtested on i686.
> 
> You should add a testcase?

done.

Zdenek


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