diff mbox series

[DOC,OBVIOUS] Remove -Wchkp from documentation.

Message ID c02b2df9-806e-00a8-9795-726887ebe5e7@suse.cz
State New
Headers show
Series [DOC,OBVIOUS] Remove -Wchkp from documentation. | expand

Commit Message

Martin Liška March 29, 2019, 2:19 p.m. UTC
Hi.

That's one obvious patch where I remove the option from documentation.

Martin

gcc/ChangeLog:

2019-03-29  Martin Liska  <mliska@suse.cz>

	* doc/invoke.texi: Remove -Wchkp from documentation.
---
 gcc/doc/invoke.texi | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 1787967d753..0e179c6357c 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -4500,12 +4500,6 @@  of error, as programmers often forget that this type is signed on some
 machines.
 This warning is enabled by @option{-Wall}.
 
-@item -Wchkp
-@opindex Wchkp
-@opindex Wno-chkp
-Warn about an invalid memory access that is found by Pointer Bounds Checker
-(@option{-fcheck-pointer-bounds}).
-
 @item -Wno-coverage-mismatch
 @opindex Wno-coverage-mismatch
 @opindex Wcoverage-mismatch