aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/invoke.texi
diff options
context:
space:
mode:
authorJanus Weil <janus@gcc.gnu.org>2013-12-29 17:20:50 +0000
committerJanus Weil <janus@gcc.gnu.org>2013-12-29 17:20:50 +0000
commitd89a729b50abc3d62f4e25edbf032363ed9b0339 (patch)
treeb0baf3e11e4fc5082a4e251017d306f41d84619b /gcc/fortran/invoke.texi
parent32ff2052b1318ced3313649754e2b3ed22eeafc2 (diff)
2013-12-29 Janus Weil <janus@gcc.gnu.org>
PR fortran/59612 * dump-parse-tree.c (show_typespec): Check for charlen. * invoke.texi: Fix documentation of -fdump-fortran-optimized and -fdump-parse-tree. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@206237 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r--gcc/fortran/invoke.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 6a5c8a14471..535f34c6f53 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -989,11 +989,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