https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122435
--- Comment #5 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:ff732017653dfe283a8cda54cbea0a44cb76d314 commit r16-4649-gff732017653dfe283a8cda54cbea0a44cb76d314 Author: Richard Biener <[email protected]> Date: Mon Oct 27 11:15:17 2025 +0100 tree-optimization/122435 - missed redundant store removal The following removes a noop store that just performs a type sign change. PR tree-optimization/122435 * tree-ssa-sccvn.cc (eliminate_dom_walker::eliminate_stmt): Also match noop conversions when detecting redundant stores. * gcc.dg/tree-ssa/ssa-fre-111.c: New testcase.
