analyzer: document how to get gimple dump from an ICE
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 14 Aug 2020 14:48:48 +0000 (10:48 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 14 Aug 2020 20:55:39 +0000 (16:55 -0400)
gcc/ChangeLog:
* doc/analyzer.texi (Overview): Add tip about how to get a
gimple dump if the analyzer ICEs.

gcc/doc/analyzer.texi

index b5d6d0f..92c12e1 100644 (file)
@@ -29,6 +29,11 @@ The implementation is read-only: it doesn't attempt to change anything,
 just emit warnings.
 
 The gimple representation can be seen using @option{-fdump-ipa-analyzer}.
+@quotation Tip
+If the analyzer ICEs before this is written out, one workaround is to use
+@option{--param=analyzer-bb-explosion-factor=0} to force the analyzer
+to bail out after analyzing the first basic block.
+@end quotation
 
 First, we build a @code{supergraph} which combines the callgraph and all
 of the CFGs into a single directed graph, with both interprocedural and