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: [Bug tree-optimization/22630] [4.1 Regression] vrp produceswrong code


Jeffrey A Law <law@redhat.com> writes:

> The underlying problem here is the code to meet a VR_ANTI_RANGE and
> a VR_RANGE does not intersect the equivalence sets.  This in turn
> causes the VRP code to incorrectly evaluate a conditional.  It's
> all downhill after that.
>
> While investigating this problem I also noticed that the vrp_meet
> code does not properly handle intersecting the equivalence sets
> when vr0 has a set, but vr1 does not (their intersection is the
> null set of course).  This patch fixes that oversight as well.
>
> Bootstrapped and regression tested on i686-pc-linux-gnu.
>
> jeff

 You added 3 bitmap_clear calls here, do you have any testcases that
exercise this code?

-- 
Thanks,
Jim

http://www.csclub.uwaterloo.ca/~ja2morri/
http://phython.blogspot.com
http://open.nit.ca/wiki/?page=jim


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