https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102983
Andrew Macleod <amacleod at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Andrew Macleod <amacleod at redhat dot com> --- Rather than trying to fix this after the fact in the VRP folder when something is simplified, I fixed it directly inside ranger when it is processing gcond statements. Ranger will now update the cache following any range_of_stmt calls on a gcond so we will always be up to date. This way non-vrp clients will also get the same updates.