https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98271
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:5c5eb7e4872025e8d5e8ae2f0e568403f7c8803d commit r11-6111-g5c5eb7e4872025e8d5e8ae2f0e568403f7c8803d Author: Martin Liska <mli...@suse.cz> Date: Tue Dec 15 09:57:19 2020 +0100 options: fix integer overflow gcc/ChangeLog: PR rtl-optimization/98271 PR rtl-optimization/98276 PR tree-optimization/98279 * opts-common.c (set_option): Do not allow overflow for integer arguments. gcc/testsuite/ChangeLog: PR rtl-optimization/98271 PR rtl-optimization/98276 PR tree-optimization/98279 * gcc.dg/pr98271.c: New test.