]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR middle-end/29673 (no -fdump-tree-inlined output)
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Wed, 13 Feb 2008 11:41:23 +0000 (11:41 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Wed, 13 Feb 2008 11:41:23 +0000 (11:41 +0000)
2008-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

        PR 29673
* doc/invoke.texi (Debugging Options): Remove -fdump-tree-inlined.
Add -fdump-ipa-inline.

From-SVN: r132285

gcc/ChangeLog
gcc/doc/invoke.texi

index 7ae96c66b329d2218c2d805619083ddbec5a41c4..4f2e6fb3c9bf8a4acdbb82a3dd40e98374518e5b 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+        PR 29673
+       * doc/invoke.texi (Debugging Options): Remove -fdump-tree-inlined.
+       Add -fdump-ipa-inline.
+       
 2008-02-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        Backport from mainline:
index 0b8d38ff7c0967b7d2a07cd63292eb45e321fd9b..63473d63ee6234c0ee02098c93409b00c43b0fd0 100644 (file)
@@ -264,11 +264,10 @@ Objective-C and Objective-C++ Dialects}.
 @gccoptlist{-d@var{letters}  -dumpspecs  -dumpmachine  -dumpversion @gol
 -fdump-noaddr -fdump-unnumbered  -fdump-translation-unit@r{[}-@var{n}@r{]} @gol
 -fdump-class-hierarchy@r{[}-@var{n}@r{]} @gol
--fdump-ipa-all -fdump-ipa-cgraph @gol
+-fdump-ipa-all -fdump-ipa-cgraph -fdump-ipa-inline @gol
 -fdump-tree-all @gol
 -fdump-tree-original@r{[}-@var{n}@r{]}  @gol
 -fdump-tree-optimized@r{[}-@var{n}@r{]} @gol
--fdump-tree-inlined@r{[}-@var{n}@r{]} @gol
 -fdump-tree-cfg -fdump-tree-vcg -fdump-tree-alias @gol
 -fdump-tree-ch @gol
 -fdump-tree-ssa@r{[}-@var{n}@r{]} -fdump-tree-pre@r{[}-@var{n}@r{]} @gol
@@ -4148,12 +4147,15 @@ specific suffix to the source file name.  The following dumps are possible:
 
 @table @samp
 @item all
-Enables all inter-procedural analysis dumps; currently the only produced
-dump is the @samp{cgraph} dump.
+Enables all inter-procedural analysis dumps.
 
 @item cgraph
 Dumps information about call-graph optimization, unused function removal,
 and inlining decisions.
+
+@item inline
+Dump after function inlining.
+
 @end table
 
 @item -fdump-tree-@var{switch}
@@ -4206,9 +4208,6 @@ Dump before any tree based optimization, to @file{@var{file}.original}.
 @item optimized
 Dump after all tree based optimization, to @file{@var{file}.optimized}.
 
-@item inlined
-Dump after function inlining, to @file{@var{file}.inlined}.
-
 @item gimple
 @opindex fdump-tree-gimple
 Dump each function before and after the gimplification pass to a file.  The