Fix documentation reference (PR web/71666)
authorMartin Liska <mliska@suse.cz>
Fri, 25 Nov 2016 14:23:54 +0000 (15:23 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 25 Nov 2016 14:23:54 +0000 (14:23 +0000)
PR web/71666
* doc/invoke.texi (-fprofile-use): Fix reference to a section
where -fprofile-generate is documented.

From-SVN: r242878

gcc/ChangeLog
gcc/doc/invoke.texi

index 39e980a254e0824b70cb3713a8372170aa42558b..443dbfc77c30ad8b4d95f1af87f30872263ffa58 100644 (file)
@@ -1,3 +1,9 @@
+2016-11-25  Martin Liska  <mliska@suse.cz>
+
+       PR web/71666
+       * doc/invoke.texi (-fprofile-use): Fix reference to a section
+       where -fprofile-generate is documented.
+
 2016-11-25  Martin Liska  <mliska@suse.cz>
 
        PR gcov-profile/78086
index 34c7187e46dfd9dd04fea7b30b428145a0db69bb..8a0cad7b078e7b1576944277023c287904994f0b 100644 (file)
@@ -8921,8 +8921,8 @@ which are generally profitable only with profile feedback available:
 @option{-ftree-vectorize}, and @option{ftree-loop-distribute-patterns}.
 
 Before you can use this option, you must first generate profiling information.
-@xref{Optimize Options}, for information about the @option{-fprofile-generate}
-option.
+@xref{Instrumentation Options}, for information about the
+@option{-fprofile-generate} option.
 
 By default, GCC emits an error message if the feedback profiles do not
 match the source code.  This error can be turned into a warning by using