https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124578
--- 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:66cfb0a9b522bc58f85e3f8ec6085fc83a7b6dc1 commit r16-8183-g66cfb0a9b522bc58f85e3f8ec6085fc83a7b6dc1 Author: Richard Biener <[email protected]> Date: Fri Mar 20 08:30:06 2026 +0100 tree-optimization/124578 - fix copy&pasto The following fixes a check on vro1->opcode to properly check vro2->opcode. This is actually a harmless copy&paste issue since a previous check guarnateed equality of both. Still it's less confusing when fixed. PR tree-optimization/124578 * tree-ssa-sccvn.cc (vn_reference_eq): Consistently check fields from vro2.
