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 <jakub@redhat.com>
* lang.opt (Wmove-index): Add missing dot at the end of description.
; 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