From: Jakub Jelinek Date: Tue, 20 Jan 2026 00:18:51 +0000 (+0100) Subject: cobol: Fix up -Wmove-index option description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e8a8e3139a726069969e8806d192c776888e0e;p=thirdparty%2Fgcc.git cobol: Fix up -Wmove-index option description I'm seeing FAIL: compiler driver --help=warnings option(s): "^ +-.*[^:.]\$" absent from output: " -Wmove-index Warn if MOVE INDEX is used" That is a test which verifies all option descriptions end with a dot or semicolon. Fixed thusly: 2026-01-20 Jakub Jelinek * lang.opt (Wmove-index): Add missing dot at the end of description. --- diff --git a/gcc/cobol/lang.opt b/gcc/cobol/lang.opt index e04ba86dad9..d6c2b3cea55 100644 --- a/gcc/cobol/lang.opt +++ b/gcc/cobol/lang.opt @@ -141,7 +141,7 @@ Warn if ANY LENGTH is used in outermost program. ; MfMoveIndex Wmove-index Cobol Warning Var(move_index, 1) Init(1) -Warn if MOVE INDEX is used +Warn if MOVE INDEX is used. ; MfMovePointer Wmove-pointer