aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@gcc.gnu.org>2002-01-27 17:44:54 +0000
committerCraig Rodrigues <rodrigc@gcc.gnu.org>2002-01-27 17:44:54 +0000
commitf70a54cb876ecdde60b6ea9caa1e730b360f3272 (patch)
tree1a3195a1455703a79a4bbef3ebf9f5eefba3387d
parenteeb373f61c5ef386cd45908c2d2f05286fc8341e (diff)
downloadgcc-f70a54cb876ecdde60b6ea9caa1e730b360f3272.zip
gcc-f70a54cb876ecdde60b6ea9caa1e730b360f3272.tar.gz
gcc-f70a54cb876ecdde60b6ea9caa1e730b360f3272.tar.bz2
invoke.texi (-fdump-translation-unit): Revert this patch: 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org>
2002-01-27 Craig Rodrigues <rodrigc@gcc.gnu.org> * doc/invoke.texi (-fdump-translation-unit): Revert this patch: 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org> From-SVN: r49267
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi11
2 files changed, 15 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8ce5613..2b460a9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-27 Craig Rodrigues <rodrigc@gcc.gnu.org>
+
+ * doc/invoke.texi (-fdump-translation-unit): Revert this
+ patch: 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org>
+
2002-01-27 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md (define_constants): New.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index fd8a582..51db49a 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -243,7 +243,7 @@ in the following sections.
@xref{Debugging Options,,Options for Debugging Your Program or GCC}.
@gccoptlist{
-d@var{letters} -dumpspecs -dumpmachine -dumpversion @gol
--fdump-unnumbered
+-fdump-unnumbered -fdump-translation-unit@r{[}-@var{n}@r{]} @gol
-fdump-class-hierarchy@r{[}-@var{n}@r{]} @gol
-fdump-tree-original@r{[}-@var{n}@r{]} -fdump-tree-optimized@r{[}-@var{n}@r{]} @gol
-fdump-tree-inlined@r{[}-@var{n}@r{]} @gol
@@ -3027,6 +3027,15 @@ numbers and line number note output. This makes it more feasible to
use diff on debugging dumps for compiler invocations with different
options, in particular with and without @option{-g}.
+@item -fdump-translation-unit @r{(C and C++ only)}
+@itemx -fdump-translation-unit-@var{options} @r{(C and C++ only)}
+@opindex fdump-translation-unit
+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{options}} form is used, @var{options}
+controls the details of the dump as described for the
+@option{-fdump-tree} options.
+
@item -fdump-class-hierarchy @r{(C++ only)}
@itemx -fdump-class-hierarchy-@var{options} @r{(C++ only)}
@opindex fdump-class-hierarchy