[Bug tree-optimization/102951] failure to optimize MIN_EXPR of subobject addresses of the same object
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 19 21:15:03 GMT 2024
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
.
More information about the Gcc-bugs
mailing list