https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127571
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-16 branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:492151d7e3617161d09ff6053391b5f35a623b86 commit r16-9700-g492151d7e3617161d09ff6053391b5f35a623b86 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. (cherry picked from commit d6ca7e8e1cf62734f0257cdc668da907cf3e0297)
