* c-common.h (tree_dump_index): Add more comments.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2001 12:12:50 +0000 (12:12 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2001 12:12:50 +0000 (12:12 +0000)
commit54d8f4123638e1d23482900f104bd9c5458f7dc7
tree3ee4e117f64782e128a0b62f4646f1f75a953c45
parent2ce8757afeffe959aa8e44dc7e353484a4fdc1e2
* c-common.h (tree_dump_index): Add more comments.
* c-dump.c (dump_files): Name flags `tree' rather than `ast'.
(dump_option_value_info): New struct.
(dump_options): New array.
(dump_switch_p): Parse switch options symbolically.
* doc/invoke.texi (-fdump-ast): Rename to ...
(-fdump-tree): ... here. Document that options are symbolic, and
not all are applicable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45373 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.h
gcc/doc/invoke.texi