diff options
| author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-21 02:34:14 +0000 |
|---|---|---|
| committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-21 02:34:14 +0000 |
| commit | 1e98cb7a3546fcf8a4c9614ac59c121e0fa87770 (patch) | |
| tree | f7e6606edf00513742471667c1f6eb6d3b8568c0 /gcc | |
| parent | f08d05b649f79d133164f8ea839c41101bf9744c (diff) | |
| download | ppe42-gcc-1e98cb7a3546fcf8a4c9614ac59c121e0fa87770.tar.gz ppe42-gcc-1e98cb7a3546fcf8a4c9614ac59c121e0fa87770.zip | |
* doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45067 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a84f61a3476..17798292869 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2e517e5b441..d23bb494464 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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)} |

