Hi Guys,

  I am applying the patch below as an obvious fix.  It adds a missing
  @gol to the end of one of the option list lines and it removes a
  superfluous second "functions" from the description of the -mhotpatch
  option.
Cheers
  Nick

gcc/ChangeLog
2014-09-09  Nick Clifton  <ni...@redhat.com>

        * doc/invoke.texi (Optimization Options): Add missing @gol to the
        end of a line.
        (S/390 and zSeries Options): Remove superfluous word from the
        description of the -mhotpatch option.

Index: invoke.texi
===================================================================
--- invoke.texi (revision 215043)
+++ invoke.texi (working copy)
@@ -386,7 +386,7 @@
 -fira-region=@var{region} -fira-hoist-pressure @gol
 -fira-loop-pressure -fno-ira-share-save-slots @gol
 -fno-ira-share-spill-slots -fira-verbose=@var{n} @gol
--fisolate-erroneous-paths-dereference -fisolate-erroneous-paths-attribute
+-fisolate-erroneous-paths-dereference -fisolate-erroneous-paths-attribute @gol
 -fivopts -fkeep-inline-functions -fkeep-static-consts -flive-range-shrinkage 
@gol
 -floop-block -floop-interchange -floop-strip-mine -floop-nest-optimize @gol
 -floop-parallelize-all -flto -flto-compression-level @gol
@@ -20634,7 +20635,7 @@
 Nop instructions (@var{halfwords}, maximum 1000000) or 12 Nop
 instructions if no argument is present.  Functions with a
 hot-patching prologue are never inlined automatically, and a
-hot-patching prologue is never generated for functions functions
+hot-patching prologue is never generated for functions
 that are explicitly inline.
 
 This option can be overridden for individual functions with the

Reply via email to