https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81187

            Bug ID: 81187
           Summary: Doc entry for -Wnoexcept-type misspelled,
                    -Wc++1z-compat missing
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
          Assignee: unassigned at gcc dot gnu.org
          Reporter: g...@axel-naumann.de
  Target Milestone: ---

This is a bug report on the web documentation *only*.

<https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#C_002b_002b-Dialect-Options>

has no entry for -Wnoexcept-type and instead has two entries for -Wnoexcept;
the second should probably be -Wnoexcept-type.

If my experiments are correct, -Wnoexcept-type is only ever emitted in
-std=c++14 mode; maybe that's worth mentioning?


Additionally, -Wc++1z-compat is mentioned as enabling -Wnoexcept-type, but
that's the only mention of this flag on that page. Does -Wc++1z-compat deserve
its own entry?

(And thanks for the generally excellent documentation!)

Cheers, Axel.

Reply via email to