Re: always handle pointers in vrp_val*{min,max}

2019-11-04 Thread Andrew MacLeod
On 11/4/19 3:03 PM, Aldy Hernandez wrote: When I added the range-ops code, I had to teach vrp_val_is*{min,max} about pointers, since it would just ignore them and return NULL. I was overly cautious about changing existing behavior and decided to add a handle_pointers argument, with a default va

always handle pointers in vrp_val*{min,max}

2019-11-04 Thread Aldy Hernandez
When I added the range-ops code, I had to teach vrp_val_is*{min,max} about pointers, since it would just ignore them and return NULL. I was overly cautious about changing existing behavior and decided to add a handle_pointers argument, with a default value of FALSE, and just changed the needed