gcc/ChangeLog:
* doc/invoke.texi: Add missing newline.
Warn in case a function ends earlier than it begins due
to an invalid linenum macros. The warning is emitted only
with @option{--coverage} enabled.
- By default, this warning is enabled and is treated as an
+
+By default, this warning is enabled and is treated as an
error. @option{-Wno-coverage-invalid-line-number} can be used to disable the
warning or @option{-Wno-error=coverage-invalid-line-number} can be used to
disable the error.