https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122653
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:c209c1598da631e0303e6db9556c80b587d61992 commit r16-5197-gc209c1598da631e0303e6db9556c80b587d61992 Author: Richard Biener <[email protected]> Date: Wed Nov 12 11:14:37 2025 +0100 tree-optimization/122653 - handle POINTER_DIFF_EXPR in SCEV The following adds POINTER_DIFF_EXPR handling to SCEV stmt analysis, mapping to conversions and MINUS_EXPR. PR tree-optimization/122653 * tree-scalar-evolution.cc (interpret_rhs_expr): Handle POINTER_DIFF_EXPR. * gcc.dg/tree-ssa/scev-16.c: New testcase.
