Placate gcc.misc-tests/help.exp regarding -Wdo-subscript
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 27 Sep 2017 08:35:05 +0000 (10:35 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 27 Sep 2017 08:35:05 +0000 (10:35 +0200)
gcc/fortran/
* lang.opt <Wdo-subscript>: End help text with a period.

From-SVN: r253225

gcc/fortran/ChangeLog
gcc/fortran/lang.opt

index d0eef84..c698014 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-27  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * lang.opt <Wdo-subscript>: End help text with a period.
+
 2017-09-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        * frontend-passes.c (do_subscript): Don't do anything
index 37ed4a3..88f6af5 100644 (file)
@@ -239,7 +239,7 @@ Warn about most implicit conversions.
 
 Wdo-subscript
 Fortran Var(warn_do_subscript) Warning LangEnabledBy(Fortran,Wextra)
-Warn about possibly incorrect subscripts in do loops
+Warn about possibly incorrect subscripts in do loops.
 
 Wextra
 Fortran Warning