Re: [COMMITTED] Check if constant is a member before returning it.

2025-06-10 Thread Sam James
Andrew MacLeod writes: > There is a bug in irange::set_range_from_bitmask where if the bitmask > indicated the result is a singleton, it would simply return that > singleton.  It never actually checked to see if that singleton was > actually contained in the range, in which case it should return

[COMMITTED] Check if constant is a member before returning it.

2025-06-10 Thread Andrew MacLeod
There is a bug in irange::set_range_from_bitmask where if the bitmask indicated the result is a singleton, it would simply return that singleton.  It never actually checked to see if that singleton was actually contained in the range, in which case it should return UNDEFINED. I haven't been ab