https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127571
--- Comment #2 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:d6ca7e8e1cf62734f0257cdc668da907cf3e0297 commit r17-4621-gd6ca7e8e1cf62734f0257cdc668da907cf3e0297 Author: Richard Biener <[email protected]> Date: Wed Sep 23 15:46:30 2026 +0200 tree-optimization/127571 - fix association of offset computation The expression was flagged by UBSAN, the following should match up the computations with the preceeding condition. PR tree-optimization/127571 * tree-ssa-sccvn.cc (vn_walk_cb_data::push_partial_def): Re-associate offset computation to avoid overflow.
