https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93692
--- Comment #4 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Good catch, thanks. Yes, this was a copy-and-paste issue. How about this for the analyzer.opt description: Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot file. FWIW, invoke.texi currently has: @item -fdump-analyzer-callgraph @opindex fdump-analyzer-callgraph Dump a representation of the call graph suitable for viewing with GraphViz to @file{@var{file}.callgraph.dot}. which seems a reasonable description to me.