https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109427
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:6c5d6ed689d24418a3bc0647ab34a7ab017d7030 commit r12-9388-g6c5d6ed689d24418a3bc0647ab34a7ab017d7030 Author: Andrew Pinski <apin...@marvell.com> Date: Wed Apr 5 21:13:00 2023 -0700 Fix typo in -param=vect-induction-float= attributes There was a typo in the attributes of the option -param=vect-induction-float= for IntegerRange. This fixes that typo. Committed to GCC 12 branch as obvious after a build/test. gcc/ChangeLog: PR tree-optimization/109427 * params.opt (-param=vect-induction-float=): Fix option attribute typo for IntegerRange. (cherry picked from commit 0f816116356fec32e3a3a2fb5af790a0438c5da4)