summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authornemet <nemet@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-13 17:51:16 +0000
committernemet <nemet@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-13 17:51:16 +0000
commit3d1ac65edecd3008cb9b8f90357dec889f3c4441 (patch)
tree928ae7e088ba8dcf74d916c30183edd12329e36f /gcc
parent97de3d141e3de3d4cbf5b239e4c2b76efa9bd7ff (diff)
downloadppe42-gcc-3d1ac65edecd3008cb9b8f90357dec889f3c4441.tar.gz
ppe42-gcc-3d1ac65edecd3008cb9b8f90357dec889f3c4441.zip
* doc/invoke.texi (Debugging Options): Option
-fdump-translation-unit only works with C++ now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99673 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 49b53065ea4..755db83ffa2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-13 Adam Nemet <anemet@lnxw.com>
+
+ * doc/invoke.texi (Debugging Options): Option
+ -fdump-translation-unit only works with C++ now.
+
2005-05-13 Hans-Peter Nilsson <hp@axis.com>
Replace calls to abort in CRIS port.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d95b35472f1..77c94e53c1e 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
OpenPOWER on IntegriCloud