From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 05C1D3857C4A; Mon, 26 Sep 2022 19:05:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05C1D3857C4A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664219144; bh=TqQDipwxksnYcy4Z5LTnv3pqiuM81uz8PgQCqYuCibw=; h=From:To:Subject:Date:From; b=sVI5DICjh7np6EA1OjMDGqS4hOCM08aI0C+ys7sag31HwEQ1mhdMcOUct4yAex+tt IR4bMbh76ts2tkto4wxa2UgEii3iqlN+eVqzn5zmbazSAQsXmRUn/LWfbUEhoyttp0 e/SNQFCYWISMZU6/R4O83QVCgNOuEhZQ8X0lhqyo= 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 r13-2882] docs: add missing dash in option name X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 567329fdd9d65a1e6254206fefff89fa151ba7f3 X-Git-Newrev: 7701ea4a70a5a5c0fd977da90a30ffc4f3f87617 Message-Id: <20220926190544.05C1D3857C4A@sourceware.org> Date: Mon, 26 Sep 2022 19:05:44 +0000 (GMT) List-Id: https://gcc.gnu.org/g:7701ea4a70a5a5c0fd977da90a30ffc4f3f87617 commit r13-2882-g7701ea4a70a5a5c0fd977da90a30ffc4f3f87617 Author: Martin Liska Date: Mon Sep 26 21:04:11 2022 +0200 docs: add missing dash in option name gcc/ChangeLog: * doc/invoke.texi: Add missing dash for Wanalyzer-exposure-through-uninit-copy. Diff: --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d2e4abd3484..383d22a4bf4 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9901,7 +9901,7 @@ security-sensitive value is written to an output file See @uref{https://cwe.mitre.org/data/definitions/532.html, CWE-532: Information Exposure Through Log Files}. -@item Wanalyzer-exposure-through-uninit-copy +@item -Wanalyzer-exposure-through-uninit-copy @opindex Wanalyzer-exposure-through-uninit-copy @opindex Wno-analyzer-exposure-through-uninit-copy This warning requires both @option{-fanalyzer} and the use of a plugin