From: Thomas Schwinge Date: Wed, 27 Sep 2017 08:35:05 +0000 (+0200) Subject: Placate gcc.misc-tests/help.exp regarding -Wdo-subscript X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04620f22b03308e89d0cc2ceefd8bc8eca19979d;p=gcc.git Placate gcc.misc-tests/help.exp regarding -Wdo-subscript gcc/fortran/ * lang.opt : End help text with a period. From-SVN: r253225 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d0eef842a59..c6980148778 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2017-09-27 Thomas Schwinge + + * lang.opt : End help text with a period. + 2017-09-26 Thomas Koenig * frontend-passes.c (do_subscript): Don't do anything diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 37ed4a3291c..88f6af57ee8 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -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