https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121362
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:45a56f42b4909e2ae0d1ad35dab05c5c092a14bc commit r16-3130-g45a56f42b4909e2ae0d1ad35dab05c5c092a14bc Author: Richard Biener <rguent...@suse.de> Date: Mon Aug 11 10:46:12 2025 +0200 tree-optimization/121362 - fixup thinko in earlier change The following fixes the index guards on the component stripping loops, I swapped them it seems. PR tree-optimization/121362 * tree-ssa-sccvn.cc (vn_reference_lookup_3): Swap index guards on component stripping loops.