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 d0eef842a59b75fc9c0df6f42913200b77a233fa..c69801487787894da7a77172b64731c4e0d95c25 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 37ed4a3291ccce88b2e675fcd27d0005cba13352..88f6af57ee8da7de83cd07faa9140ce28ff3dea9 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