]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/analyzer.texi
analyzer: add -fno-analyzer-feasibility
[thirdparty/gcc.git] / gcc / doc / analyzer.texi
index 6b7d70cccaae3ebeb51ddb51bbc074a4dae64abb..96fe9bb1a06f345b2635e0dcb09b5f7f390fddaa 100644 (file)
@@ -329,7 +329,8 @@ we only emit the simplest path (which could be intraprocedural, if
 it can be reproduced without a caller).  We apply a check that
 each duplicate warning's shortest path is feasible, rejecting any
 warnings for which the shortest path is infeasible (which could lead to
-false negatives).
+false negatives).  This check can be suppressed (for debugging purposes)
+using @option{-fno-analyzer-feasibility}.
 
 We use the shortest feasible @code{exploded_path} through the
 @code{exploded_graph} (a list of @code{exploded_edge *}) to build a