]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typos in @opindex entries [PR122243]
authorSandra Loosemore <sloosemore@baylibre.com>
Wed, 15 Oct 2025 20:29:57 +0000 (20:29 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Mon, 10 Nov 2025 17:54:54 +0000 (17:54 +0000)
gcc/ChangeLog
PR other/122243
* doc/invoke.texi (fdump-analyzer-exploded-nodes): Correct
spelling of option in @opindex.
(fdump-analyzer-exploded-nodes-2): Likewise.
(fdump-analyzer-exploded-nodes-3): Likewise.
(fdump-analyzer-feasibility): Likewise.
(fdump-analyzer-infinite-loop): Likewise.
(fstack-reuse): Likewise.

gcc/doc/invoke.texi

index de38cab887a563792a595056fb9888994b78a6df..7a4ecec3fb966321695b08cbb48bf935a618c65f 100644 (file)
@@ -12484,17 +12484,17 @@ GraphViz to @file{@var{file}.eg.dot}.
 Nodes are color-coded based on state-machine states to emphasize
 state changes.
 
-@opindex dump-analyzer-exploded-nodes
+@opindex fdump-analyzer-exploded-nodes
 @item -fdump-analyzer-exploded-nodes
 Emit diagnostics showing where nodes in the ``exploded graph'' are
 in relation to the program source.
 
-@opindex dump-analyzer-exploded-nodes-2
+@opindex fdump-analyzer-exploded-nodes-2
 @item -fdump-analyzer-exploded-nodes-2
 Dump a textual representation of the ``exploded graph'' to
 @file{@var{file}.eg.txt}.
 
-@opindex dump-analyzer-exploded-nodes-3
+@opindex fdump-analyzer-exploded-nodes-3
 @item -fdump-analyzer-exploded-nodes-3
 Dump a textual representation of the ``exploded graph'' to
 one dump file per node, to @file{@var{file}.eg-@var{id}.txt}.
@@ -12505,14 +12505,14 @@ This is typically a large number of dump files.
 Dump a textual representation of the ``exploded path'' for each
 diagnostic to @file{@var{file}.@var{idx}.@var{kind}.epath.txt}.
 
-@opindex dump-analyzer-feasibility
+@opindex fdump-analyzer-feasibility
 @item -fdump-analyzer-feasibility
 Dump internal details about the analyzer's search for feasible paths.
 The details are written in a form suitable for viewing with GraphViz
 to filenames of the form @file{@var{file}.*.fg.dot},
 @file{@var{file}.*.tg.dot}, and @file{@var{file}.*.fpath.txt}.
 
-@opindex dump-analyzer-infinite-loop
+@opindex fdump-analyzer-infinite-loop
 @item -fdump-analyzer-infinite-loop
 Dump internal details about the analyzer's search for infinite loops.
 The details are written in a form suitable for viewing with GraphViz
@@ -20015,7 +20015,7 @@ can figure out the other form by either removing @samp{no-} or adding
 it.
 
 @table @gcctabopt
-@opindex fstack_reuse
+@opindex fstack-reuse
 @item -fstack-reuse=@var{reuse-level}
 This option controls stack space reuse for user declared local/auto variables
 and compiler generated temporaries.  @var{reuse_level} can be @samp{all},