diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-12-16 13:07:01 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2005-12-16 13:07:01 +0100 |
commit | 0c8c236b7ac9f111048741b57339eee2e72a0a3e (patch) | |
tree | e08f356e68d117a571683f80c2d8de9c9b531994 | |
parent | c047d4fc5fd39b148cd1efd5ef48c08ae828d3a2 (diff) | |
download | gcc-0c8c236b7ac9f111048741b57339eee2e72a0a3e.zip gcc-0c8c236b7ac9f111048741b57339eee2e72a0a3e.tar.gz gcc-0c8c236b7ac9f111048741b57339eee2e72a0a3e.tar.bz2 |
* doc/invoke.texi (-fdump-tree-*): Remove note about C/C++ only.
From-SVN: r108639
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b39664..ccebcd7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-16 Jakub Jelinek <jakub@redhat.com> + + * doc/invoke.texi (-fdump-tree-*): Remove note about C/C++ only. + 2005-12-16 Nathan Sidwell <nathan@codesourcery.com> * config/mt/mt.h (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Correct diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3dbefc0..9b9f480 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 |