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
This commit is contained in:
parent
967bfd2c59
commit
223dcf1c00
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue