Remove -Wchkp from documentation.
authorMartin Liska <mliska@suse.cz>
Fri, 29 Mar 2019 14:53:12 +0000 (15:53 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 29 Mar 2019 14:53:12 +0000 (14:53 +0000)
2019-03-29  Martin Liska  <mliska@suse.cz>

* doc/invoke.texi: Remove -Wchkp from documentation.

From-SVN: r270017

gcc/ChangeLog
gcc/doc/invoke.texi

index a941f2467befdbfff3d78c1ba83331b1f3675abe..76457ac956e12e37fe1329f52663e2937686c778 100644 (file)
@@ -1,3 +1,7 @@
+2019-03-29  Martin Liska  <mliska@suse.cz>
+
+       * doc/invoke.texi: Remove -Wchkp from documentation.
+
 2019-03-29  Martin Liska  <mliska@suse.cz>
 
        * dbgcnt.c (print_limit_reach): New function.
index 1787967d753291c4df0839d380bf2f4fa594778e..0e179c6357c116dee56034ca8f28c975f4864272 100644 (file)
@@ -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