PR driver/90983 - manual documents `-Wno-stack-usage` flag but it is unrecognized
authorMartin Sebor <msebor@redhat.com>
Thu, 23 Apr 2020 23:49:01 +0000 (17:49 -0600)
committerMartin Sebor <msebor@redhat.com>
Thu, 23 Apr 2020 23:49:01 +0000 (17:49 -0600)
commitae962e573ea5063fda7e86f93d9622e64cea9a7e
treee2c1a0c04443a7035e2e1adc33dc560057a92477
parent9a453da5cac7b6610cd342a7bea256acba5e61e1
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.
gcc/ChangeLog
gcc/common.opt
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wframe-larger-than-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/Wlarger-than4.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/Wstack-usage.c [new file with mode: 0644]