diff options
author | Martin Sebor <msebor@redhat.com> | 2017-02-15 20:13:11 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2017-02-15 13:13:11 -0700 |
commit | 8daddba8be98919c11a14d5afa8489f9b9bbd801 (patch) | |
tree | 0203ede39fe563e39ff237df1a83c4888ccba9af | |
parent | 25c99850471c3e5d906712711faeeb3e35c03d7d (diff) | |
download | gcc-8daddba8be98919c11a14d5afa8489f9b9bbd801.zip gcc-8daddba8be98919c11a14d5afa8489f9b9bbd801.tar.gz gcc-8daddba8be98919c11a14d5afa8489f9b9bbd801.tar.bz2 |
re PR middle-end/32003 (Undocumented -fdump-tree options)
2017-02-15 Martin Sebor <msebor@redhat.com>
PR middle-end/32003
* doc/invoke.texi (-fdump-final-insns): Replace option accidentally
removed in a prior commit.
From-SVN: r245493
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3f4796..d99f444 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-02-15 Martin Sebor <msebor@redhat.com> + + PR middle-end/32003 + * doc/invoke.texi (-fdump-final-insns): Replace option accidentally + removed in a prior commit. + 2017-02-15 Bin Cheng <bin.cheng@arm.com> PR tree-optimization/79347 @@ -892,7 +898,7 @@ * doc/invoke.texi (-maccumulate-args): Fix bad grammar. PR middle-end/32003 - * doc/invoke.texi (-fdump-rtl-): Remove pass-specific options from + * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from index. (-fdump-tree-@var): Add to index and document how to come up with pass-specific option and dump file names. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 56ca53f..247d16b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -543,6 +543,7 @@ Objective-C and Objective-C++ Dialects}. -fdump-passes @gol -fdump-rtl-@var{pass} -fdump-rtl-@var{pass}=@var{filename} @gol -fdump-statistics @gol +-fdump-final-insns@r{[}=@var{file}@r{]} -fdump-tree-all @gol -fdump-tree-@var{switch} @gol -fdump-tree-@var{switch}-@var{options} @gol |