PR c++/81187 fix -Wnoexcept-type entry in manual
authorJonathan Wakely <jwakely@redhat.com>
Fri, 23 Jun 2017 08:16:05 +0000 (09:16 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 23 Jun 2017 08:16:05 +0000 (09:16 +0100)
PR c++/81187
* doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
-Wnoexcept.

From-SVN: r249584

gcc/ChangeLog
gcc/doc/invoke.texi

index 087126dcd4304296b6d25cd034c2fe1ae232e1ea..e3245dfcf84e3cec5b70d0cab43a0032ce8cc6a1 100644 (file)
@@ -1,3 +1,9 @@
+2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR c++/81187
+       * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
+       -Wnoexcept.
+
 2017-06-22  Matt Turner  <mattst88@gmail.com>
 
        * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
index 7e7a16a5cb62755573f0f4351ed09a08a7030859..7c81f0d5785bba2ee327a58df195874188d3236a 100644 (file)
@@ -2908,7 +2908,7 @@ to a function that does not have a non-throwing exception
 specification (i.e. @code{throw()} or @code{noexcept}) but is known by
 the compiler to never throw an exception.
 
-@item -Wnoexcept @r{(C++ and Objective-C++ only)}
+@item -Wnoexcept-type @r{(C++ and Objective-C++ only)}
 @opindex Wnoexcept-type
 @opindex Wno-noexcept-type
 Warn if the C++1z feature making @code{noexcept} part of a function