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 fallouts from POINTER_PLUS_EXPR merge in tree-ssa-loop-niters.c (PR tree-optimization/39455)


Hi,

> > As shown on the attached testcase, number_of_iterations_lt_to_ne creates
> > comparisons with invalid argument types (compares a pointer with sizetype)
> > and on closer inspection, there is a whole bunch of other bugs, both
> > in number_of_iterations_lt_to_ne (which is sufficient to fix this PR) and
> > in number_of_iterations_le.
> >
> > Bootstrapped/regtested on x86_64-linux, ok for trunk?
> 
> Ok (unless Zdenek has complaints during the next 24h).

ok with me.  Thanks for fixing the problem,

Zdenek


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