public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6121] doc: Fix typo in -Wall description
@ 2023-02-17 21:15 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2023-02-17 21:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9dcfee4ef1a165b7fe525d71fc090a1bcae550cd

commit r13-6121-g9dcfee4ef1a165b7fe525d71fc090a1bcae550cd
Author: Siddhesh Poyarekar <siddhesh@gotplt.org>
Date:   Fri Feb 17 09:06:59 2023 -0500

    doc: Fix typo in -Wall description
    
    -Wall enables -Wuse-after-free=2 and not -Wuse-after-free=3.
    
    gcc/ChangeLog:
    
            * doc/invoke.texi (@item -Wall): Fix typo in
            -Wuse-after-free.
    
    Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org>

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 7b308cd3c31..a5ea86f68c9 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -6087,7 +6087,7 @@ Options} and @ref{Objective-C and Objective-C++ Dialect Options}.
 -Wunused-label     @gol
 -Wunused-value     @gol
 -Wunused-variable  @gol
--Wuse-after-free=3  @gol
+-Wuse-after-free=2  @gol
 -Wvla-parameter @r{(C and Objective-C only)} @gol
 -Wvolatile-register-var  @gol
 -Wzero-length-bounds}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-17 21:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17 21:15 [gcc r13-6121] doc: Fix typo in -Wall description Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).