diff options
author | Adam Nemet <anemet@lnxw.com> | 2005-05-13 17:51:16 +0000 |
---|---|---|
committer | Adam Nemet <nemet@gcc.gnu.org> | 2005-05-13 17:51:16 +0000 |
commit | 223dcf1c00775e2727e599e4d885372490347ed0 (patch) | |
tree | 928ae7e088ba8dcf74d916c30183edd12329e36f /gcc/doc | |
parent | 967bfd2c59732d550bec70d00f9b6f1b3416c1ae (diff) | |
download | gcc-223dcf1c00775e2727e599e4d885372490347ed0.zip gcc-223dcf1c00775e2727e599e4d885372490347ed0.tar.gz gcc-223dcf1c00775e2727e599e4d885372490347ed0.tar.bz2 |
invoke.texi (Debugging Options): Option -fdump-translation-unit only works with C++ now.
* doc/invoke.texi (Debugging Options): Option
-fdump-translation-unit only works with C++ now.
From-SVN: r99673
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d95b354..77c94e5 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3787,8 +3787,8 @@ 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)} +@item -fdump-translation-unit @r{(C++ only)} +@itemx -fdump-translation-unit-@var{options} @r{(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 |