From 8daddba8be98919c11a14d5afa8489f9b9bbd801 Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Wed, 15 Feb 2017 20:13:11 +0000 Subject: [PATCH] re PR middle-end/32003 (Undocumented -fdump-tree options) 2017-02-15 Martin Sebor PR middle-end/32003 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally removed in a prior commit. From-SVN: r245493 --- gcc/ChangeLog | 8 +++++++- gcc/doc/invoke.texi | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3f479646ed..d99f4445d8b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-02-15 Martin Sebor + + PR middle-end/32003 + * doc/invoke.texi (-fdump-final-insns): Replace option accidentally + removed in a prior commit. + 2017-02-15 Bin Cheng 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 56ca53f490b..247d16bf2be 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 -- 2.30.2