]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/analyzer.texi
analyzer: fix ICEs seen with call summaries on PR 107060
[thirdparty/gcc.git] / gcc / doc / analyzer.texi
index 06eb98fe4d3065aa07f4f596c70731b40b5e20b1..ec49f951435d4a3b6fc3cf37e58b6042748d43ca 100644 (file)
@@ -544,6 +544,10 @@ __analyzer_eval (expr);
 will emit a warning with text "TRUE", FALSE" or "UNKNOWN" based on the
 truthfulness of the argument.  This is useful for writing DejaGnu tests.
 
+@smallexample
+__analyzer_get_unknown_ptr ();
+@end smallexample
+will obtain an unknown @code{void *}.
 
 @subsection Other Debugging Techniques