Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to master as 0b2b45a68f48817e2310b12db3e03e648d4d2005.
gcc/analyzer/ChangeLog: PR analyzer/93692 * analyzer.opt (fdump-analyzer-callgraph): Rewrite description. --- gcc/analyzer/analyzer.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/analyzer/analyzer.opt b/gcc/analyzer/analyzer.opt index 89e483083a0..4d122f3593a 100644 --- a/gcc/analyzer/analyzer.opt +++ b/gcc/analyzer/analyzer.opt @@ -152,7 +152,7 @@ Dump various analyzer internals to stderr. fdump-analyzer-callgraph Common RejectNegative Var(flag_dump_analyzer_callgraph) -Dump the analyzer supergraph to a SRCFILE.callgraph.dot file. +Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot file. fdump-analyzer-exploded-graph Common RejectNegative Var(flag_dump_analyzer_exploded_graph) -- 2.21.0