aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/fortran/invoke.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/fortran/invoke.texi')
-rw-r--r--gcc-4.8/gcc/fortran/invoke.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc-4.8/gcc/fortran/invoke.texi b/gcc-4.8/gcc/fortran/invoke.texi
index db958f9b3..b0b43d847 100644
--- a/gcc-4.8/gcc/fortran/invoke.texi
+++ b/gcc-4.8/gcc/fortran/invoke.texi
@@ -982,11 +982,12 @@ Output the internal parse tree after translating the source program
into internal representation. Only really useful for debugging the
GNU Fortran compiler itself.
-@item -fdump-optimized-tree
+@item -fdump-fortran-optimized
@opindex @code{fdump-fortran-optimized}
Output the parse tree after front-end optimization. Only really
useful for debugging the GNU Fortran compiler itself.
+@item -fdump-parse-tree
@opindex @code{fdump-parse-tree}
Output the internal parse tree after translating the source program
into internal representation. Only really useful for debugging the