diff options
author | Craig Rodrigues <rodrigc@gcc.gnu.org> | 2001-10-22 07:42:23 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-10-22 07:42:23 +0000 |
commit | 92989aed096d98b01653268e459a0b378cc65436 (patch) | |
tree | d98e1f60ead246c49fafedba0187ea5bec1af91a /gcc | |
parent | a8bac9ab24d80842b398093d83096fbb3692cc47 (diff) | |
download | gcc-92989aed096d98b01653268e459a0b378cc65436.zip gcc-92989aed096d98b01653268e459a0b378cc65436.tar.gz gcc-92989aed096d98b01653268e459a0b378cc65436.tar.bz2 |
re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')
PR debug/4252
* doc/invoke.texi: Remove references to -fdump-translation-unit.
From-SVN: r46405
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 11 |
2 files changed, 6 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3374a63..d22dcee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org> + + PR debug/4252 + * doc/invoke.texi: Remove references to -fdump-translation-unit. + 2001-10-22 Richard Henderson <rth@redhat.com> * config/i386/i386.c (ix86_expand_clear): New. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 58deebc..dc1c58f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -237,7 +237,7 @@ in the following sections. @xref{Debugging Options,,Options for Debugging Your Program or GCC}. @gccoptlist{ -a -ax -d@var{letters} -dumpspecs -dumpmachine -dumpversion @gol --fdump-unnumbered -fdump-translation-unit@r{[}-@var{n}@r{]} @gol +-fdump-unnumbered -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 @@ -2985,15 +2985,6 @@ 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 |