https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102951
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Target Milestone|--- |12.0 --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Fixed. Note related `ptr+v >= ptr + d` and `MAX<ptr+v, ptr + d>` filed as PR 108017 (well the max case should be filed seperately but I will leave it there for now. Also related `MAX<a+i, b+i>` (which are signed integers) is filed as PR 116008 .