From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 760AB393BC33; Mon, 14 Jun 2021 14:04:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 760AB393BC33 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1428] docs: add missing newline X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: f389f2a03527de610d3dd1bae9b54a61419ac5d8 X-Git-Newrev: 9b239c9147b0ea326dc8f9dc50ddabc1f309aec0 Message-Id: <20210614140439.760AB393BC33@sourceware.org> Date: Mon, 14 Jun 2021 14:04:39 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 14:04:39 -0000 https://gcc.gnu.org/g:9b239c9147b0ea326dc8f9dc50ddabc1f309aec0 commit r12-1428-g9b239c9147b0ea326dc8f9dc50ddabc1f309aec0 Author: Martin Liska Date: Mon Jun 14 16:04:13 2021 +0200 docs: add missing newline gcc/ChangeLog: * doc/invoke.texi: Add missing newline. Diff: --- gcc/doc/invoke.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a62c2d22521..0a364506954 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5800,7 +5800,8 @@ Completely disabling the warning is not recommended. 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.