https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90983
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Sebor <mse...@gcc.gnu.org>: https://gcc.gnu.org/g:ae962e573ea5063fda7e86f93d9622e64cea9a7e commit r10-7934-gae962e573ea5063fda7e86f93d9622e64cea9a7e Author: Martin Sebor <mse...@redhat.com> Date: Thu Apr 23 17:49:01 2020 -0600 PR driver/90983 - manual documents `-Wno-stack-usage` flag but it is unrecognized gcc/ChangeLog: PR driver/90983 * common.opt (-Wno-frame-larger-than): New option. (-Wno-larger-than, -Wno-stack-usage): Same. gcc/testsuite/ChangeLog: PR driver/90983 * gcc.dg/Wframe-larger-than-3.c: New test. * gcc.dg/Wlarger-than4.c: New test. * gcc.dg/Wstack-usage.c: New test.