From 0c8c236b7ac9f111048741b57339eee2e72a0a3e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 16 Dec 2005 13:07:01 +0100 Subject: [PATCH] * doc/invoke.texi (-fdump-tree-*): Remove note about C/C++ only. From-SVN: r108639 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b39664db60..ccebcd76870 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-16 Jakub Jelinek + + * doc/invoke.texi (-fdump-tree-*): Remove note about C/C++ only. + 2005-12-16 Nathan Sidwell * config/mt/mt.h (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Correct diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3dbefc03fe8..9b9f480f72c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3981,8 +3981,8 @@ Dumps information about call-graph optimization, unused function removal, and inlining decisions. @end table -@item -fdump-tree-@var{switch} @r{(C and C++ only)} -@itemx -fdump-tree-@var{switch}-@var{options} @r{(C and C++ only)} +@item -fdump-tree-@var{switch} +@itemx -fdump-tree-@var{switch}-@var{options} @opindex fdump-tree Control the dumping at various stages of processing the intermediate language tree to a file. The file name is generated by appending a switch -- 2.30.2