This is a patch to correct some minor grammatical errors in the x86 options documentation. "Nor" isn't correct usage in these sentences, and there was a missing definite article (in keeping with the style used elsewhere for that same option).
Regards, Dave 2018-03-12 David H. Gutteridge <dhgutteri...@sympatico.ca> PR target/84838 * Minor grammar fixes for x86 options. --- gcc/doc/invoke.texi.orig +++ gcc/doc/invoke.texi @@ -27877,9 +27877,9 @@ function attribute @code{indirect_branch}. @xref{Function Attributes}. Note that @option{-mcmodel=large} is incompatible with -@option{-mindirect-branch=thunk} nor +@option{-mindirect-branch=thunk} and @option{-mindirect-branch=thunk-extern} since the thunk function may -not be reachable in large code model. +not be reachable in the large code model. Note that @option{-mindirect-branch=thunk-extern} is incompatible with @option{-fcf-protection=branch} and @option{-fcheck-pointer-bounds} @@ -27898,9 +27898,9 @@ @xref{Function Attributes}. Note that @option{-mcmodel=large} is incompatible with -@option{-mfunction-return=thunk} nor +@option{-mfunction-return=thunk} and @option{-mfunction-return=thunk-extern} since the thunk function may -not be reachable in large code model. +not be reachable in the large code model. @item -mindirect-branch-register