[Bug analyzer/93692] Possible typo: supergraph vs. callgraph
dmalcolm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 14 21:44:00 GMT 2020
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.
More information about the Gcc-bugs
mailing list