opts.c (common_handle_option): Treat -Wstrict-overflow (with no argument) like -Wstri...
authorIan Lance Taylor <iant@google.com>
Fri, 9 Mar 2007 17:59:47 +0000 (17:59 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Mar 2007 17:59:47 +0000 (17:59 +0000)
commit4d4362c8da9329e33ce27f67654af427e7d5c275
treef487bc84c561664f511afb0f6958dd9bda598520
parent9645c3c57385f21e01f6c0af9dc552485b156edd
opts.c (common_handle_option): Treat -Wstrict-overflow (with no argument) like -Wstrict-overflow=2.

* opts.c (common_handle_option): Treat -Wstrict-overflow (with no
argument) like -Wstrict-overflow=2.
* doc/invoke.texi (Warning Options): Update documentation.

From-SVN: r122753
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/opts.c