I've pushed this set of patches (plus an extra one for the required
regenerate-opt-urls) to finish up my work on PR122243, the big cleanup
of the options documentation.  This is mostly just fixing odds and
ends that still remained after my initial pass through the manual, plus
adding the missing -fno-* and -Wno-* index entries in one fell swoop.  I
suspect I have still overlooked a few things; e.g. the scripting I
have been using does a reasonably good job of finding options that are
not indexed, but matching the option summary with the detailed
documentation has been a manual process and prone to error because the
order doesn't always match between the two lists.  In any case things
are certainly in better shape now than they were when I started this
issue.

Nowhere in this patch series have I addressed the --param= documentation,
BTW.  I'm going to tackle that separately; it's PR123245.  The consensus
seems to be that we should move the parameter documentation to the GCC
internals manual.

-Sandra

Sandra Loosemore (8):
  doc, lynx: Document LynxOS options [PR122243]
  doc: Mark -foffload-abi and -foffload-abi-host-opts undocumented
    [PR67300]
  doc: -g debug option documentation cleanup [PR122243]
  doc: Mark more options as Undocumented/RejectNegative [PR122243]
  doc: Fix various option documentation problems [PR122243]
  doc: Add missing index entries for -Wno-* options [PR122243]
  doc: Add missing index entries for -fno-* options [PR122243]
  doc: whitespace fixes in option summary

 gcc/c-family/c.opt         |   8 +-
 gcc/common.opt             |  17 +-
 gcc/config/frv/frv.opt     |   3 +-
 gcc/config/m68k/m68k.opt   |   2 +-
 gcc/config/nvptx/nvptx.opt |   2 +-
 gcc/config/rs6000/476.opt  |   2 +-
 gcc/doc/cppdiropts.texi    |   5 +
 gcc/doc/cppopts.texi       |   8 +
 gcc/doc/cppwarnopts.texi   |   5 +
 gcc/doc/invoke.texi        | 711 ++++++++++++++++++++++++++++++++-----
 10 files changed, 655 insertions(+), 108 deletions(-)

-- 
2.39.5

Reply via email to