]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: remove stray reference to -fanalyzer-checker=taint [PR103533]
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 1 Dec 2023 13:47:41 +0000 (08:47 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 1 Dec 2023 13:47:41 +0000 (08:47 -0500)
I missed this one in r14-5464-gcfaaa8b11b8429.

gcc/ChangeLog:
PR analyzer/103533
* doc/extend.texi: Remove stray reference to
-fanalyzer-checker=taint.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/doc/extend.texi

index e6de0815846a62b47a04a9fb2bbc3aa40e5dda1e..841dbb4651567f8a1737e8a3c285638ada72a680 100644 (file)
@@ -4204,9 +4204,8 @@ pointers.  In the latter case, any function used as an initializer of
 such a callback field will be treated as being called with tainted
 arguments.
 
-The analyzer will pay particular attention to such functions when both
-@option{-fanalyzer} and @option{-fanalyzer-checker=taint} are supplied,
-potentially issuing warnings guarded by
+The analyzer will pay particular attention to such functions when
+@option{-fanalyzer} is supplied, potentially issuing warnings guarded by
 @option{-Wanalyzer-tainted-allocation-size},
 @option{-Wanalyzer-tainted-array-index},
 @option{-Wanalyzer-tainted-divisor},