invoke.texi (fdump-translation-unit): Delete documentation.
authorNathan Sidwell <nathan@acm.org>
Mon, 22 May 2017 12:25:06 +0000 (12:25 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 22 May 2017 12:25:06 +0000 (12:25 +0000)
commit58aca9d95cbd0535a99a9642e2e997ea0fd30788
treead8286ae024d6c89243ce9157d5befffd07d61d4
parent6aea3c3720b89f43b3fd6553a8a70fa5fc26dd4b
invoke.texi (fdump-translation-unit): Delete documentation.

gcc/
* doc/invoke.texi (fdump-translation-unit): Delete documentation.
(fdump-lang): Document 'raw' option.
* dumpfile.h (TDI_tu): Delete.
* dumpfile.c (dump_files): Remove translation-unit.
(FIRST_AUTO_NUMBERED_DUMP): Decrement.
gcc/cp/
* cp-objcp-common.c (cp_register_dumps): Register raw dumper.
* cp-tree.h (raw_dump_id): Declare.
* decl2.c (raw_dump_id): Define.
(dump_tu): Use raw_dump_id.
gcc/c/
* c-decl.c (c_parse_final_cleanups): Drop TDI_tu handling.

From-SVN: r248333
gcc/ChangeLog
gcc/c/ChangeLog
gcc/c/c-decl.c
gcc/cp/ChangeLog
gcc/cp/cp-objcp-common.c
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/doc/invoke.texi
gcc/dumpfile.c
gcc/dumpfile.h