invoke.texi (-fopt-info): Explicitly say order of options included in -fopt-info...
authorSteve Ellcey <sellcey@cavium.com>
Fri, 5 May 2017 17:00:46 +0000 (17:00 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Fri, 5 May 2017 17:00:46 +0000 (17:00 +0000)
2017-05-05  Steve Ellcey  <sellcey@cavium.com>

* doc/invoke.texi (-fopt-info): Explicitly say order of options
included in -fopt-info does not matter.
* doc/optinfo.texi (-fopt-info): Fix description of default
behavour. Explicitly say order of options included in -fopt-info
does not matter.

From-SVN: r247648

gcc/ChangeLog
gcc/doc/invoke.texi
gcc/doc/optinfo.texi

index db61cd6263e2220d5d7c1d36780c7c2981446d33..ac8926a0e1524a96b382ca2227d6a47dda5632a3 100644 (file)
@@ -1,3 +1,11 @@
+2017-05-05  Steve Ellcey  <sellcey@cavium.com>
+
+       * doc/invoke.texi (-fopt-info): Explicitly say order of options
+       included in -fopt-info does not matter.
+       * doc/optinfo.texi (-fopt-info): Fix description of default
+       behavour. Explicitly say order of options included in -fopt-info
+       does not matter.
+
 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * config.gcc: Allow combinations of aprofile and rmprofile values for
index 68a558e9992384dac1faae64e67ea6d2c080a53f..57c967823eb6c60de9401f82a9523a8fcc47307a 100644 (file)
@@ -13219,7 +13219,8 @@ gcc -O2 -ftree-vectorize -fopt-info-vec-missed
 prints information about missed optimization opportunities from
 vectorization passes on @file{stderr}.  
 Note that @option{-fopt-info-vec-missed} is equivalent to 
-@option{-fopt-info-missed-vec}.
+@option{-fopt-info-missed-vec}.  The order of the optimization group
+names and message types listed after @option{-fopt-info} does not matter.
 
 As another example,
 @smallexample
index e17cb371aa816e511d3460d7a8cb26ac1b964111..7e32efee874685ef050d19c0da59b1c5fa3b97b3 100644 (file)
@@ -208,16 +208,18 @@ optimized locations from all the inlining passes into
 If the @var{filename} is provided, then the dumps from all the
 applicable optimizations are concatenated into the @file{filename}.
 Otherwise the dump is output onto @file{stderr}. If @var{options} is
-omitted, it defaults to @option{all-all}, which means dump all
-available optimization info from all the passes. In the following
-example, all optimization info is output on to @file{stderr}.
+omitted, it defaults to @option{optimized-optall}, which means dump
+all information about successful optimizations from all the passes.
+In the following example, the optimization information is output on
+to @file{stderr}.
 
 @smallexample
 gcc -O3 -fopt-info
 @end smallexample
 
 Note that @option{-fopt-info-vec-missed} behaves the same as
-@option{-fopt-info-missed-vec}.
+@option{-fopt-info-missed-vec}.  The order of the optimization group
+names and message types listed after @option{-fopt-info} does not matter.
 
 As another example, consider