]> gcc.gnu.org Git - gcc.git/commitdiff
* doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
authorDiego Novillo <dnovillo@redhat.com>
Tue, 21 Aug 2001 02:34:14 +0000 (02:34 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 21 Aug 2001 02:34:14 +0000 (22:34 -0400)
From-SVN: r45067

gcc/ChangeLog
gcc/doc/invoke.texi

index a84f61a3476a29dea5de5a1c6c0f9e92d8723d74..1779829286971d4acd90adcbd57d4a2babfff328 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-20  Diego Novillo  <dnovillo@redhat.com>
+
+       * doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
+
 2001-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * sparc.c (sparc_variable_issue): Fix typo in last change.
index 2e517e5b441487e12667d1608b76159553475b52..d23bb4944643c97c4e68222fc8f10701314b806a 100644 (file)
@@ -2979,7 +2979,7 @@ options, in particular with and without @option{-g}.
 Dump a representation of the tree structure for the entire translation
 unit to a file.  The file name is made by appending @file{.tu} to the
 source file name.  If the @samp{-@var{number}} form is used, @var{number}
-controls the details of the dump as described for the @option{-fdump-tree} options.
+controls the details of the dump as described for the @option{-fdump-ast} options.
 
 @item -fdump-class-hierarchy @r{(C++ only)}
 @itemx -fdump-class-hierarchy-@var{number} @r{(C++ only)}
@@ -2987,7 +2987,7 @@ controls the details of the dump as described for the @option{-fdump-tree} optio
 Dump a representation of each class's hierarchy and virtual function
 table layout to a file.  The file name is made by appending @file{.class}
 to the source file name.  If the @samp{-@var{number}} form is used, @var{number}
-controls the details of the dump as described for the @option{-fdump-tree}
+controls the details of the dump as described for the @option{-fdump-ast}
 options.
 
 @item -fdump-ast-@var{switch} @r{(C++ only)}
This page took 0.091771 seconds and 5 git commands to generate.