debug/4252 remove reference to -fdump-tree

Craig Rodrigues rodrigc@mediaone.net
Mon Oct 22 16:06:00 GMT 2001


The following reply was made to PR debug/4252; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-patches@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, gerald@gcc.gnu.org
Subject: Re: debug/4252 remove reference to -fdump-tree
Date: Mon, 22 Oct 2001 19:05:39 -0400

 Hi,
 
 This addresses another point brought up in PR 4252.
 The -fdump-tree option does not seem to exist.
 
 2001-10-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
 
 	PR debug/4252
 	* doc/invoke.texi: Remove reference to -fdump-tree.
 
 
 Index: invoke.texi
 ===================================================================
 RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
 retrieving revision 1.3.2.28
 diff -u -r1.3.2.28 invoke.texi
 --- invoke.texi	2001/10/17 09:06:44	1.3.2.28
 +++ invoke.texi	2001/10/22 23:01:07
 @@ -2965,7 +2965,7 @@
  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.
  
  @item -fdump-class-hierarchy @r{(C++ only)}
  @itemx -fdump-class-hierarchy-@var{number} @r{(C++ only)}
 @@ -2973,8 +2973,8 @@
  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}
 -options.
 +controls the details of the dump. 
 +
  
  @item -fdump-ast-@var{switch} @r{(C++ only)}
  @itemx -fdump-ast-@var{switch}-@var{number} @r{(C++ only)}
 
 
 -- 
 Craig Rodrigues        
 http://www.gis.net/~craigr    
 rodrigc@mediaone.net          



More information about the Gcc-prs mailing list