Commit 223dcf1c by Adam Nemet Committed by Adam Nemet

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
parent 967bfd2c
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> 2005-05-13 Hans-Peter Nilsson <hp@axis.com>
Replace calls to abort in CRIS port. Replace calls to abort in CRIS port.
......
...@@ -3787,8 +3787,8 @@ numbers and line number note output. This makes it more feasible to ...@@ -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 use diff on debugging dumps for compiler invocations with different
options, in particular with and without @option{-g}. options, in particular with and without @option{-g}.
@item -fdump-translation-unit @r{(C and C++ only)} @item -fdump-translation-unit @r{(C++ only)}
@itemx -fdump-translation-unit-@var{options} @r{(C and C++ only)} @itemx -fdump-translation-unit-@var{options} @r{(C++ only)}
@opindex fdump-translation-unit @opindex fdump-translation-unit
Dump a representation of the tree structure for the entire translation 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 unit to a file. The file name is made by appending @file{.tu} to the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment