https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123639
Bug ID: 123639
Summary: Missing link to the documentation of
-Wsfinae-incomplete
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: peppe at gcc dot gnu.org
Target Milestone: ---
https://gcc.gnu.org/cgit/gcc/commit/?id=117782e0c2a81a4b8170f87f0fe7190ee22548e2
added -Wsfinae-incomplete and the related documentation in invoke.texi , but
the code is missing something like `@item -Wsfinae-incomplete` (?), and
therefore generated documentation is missing the option:
https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-Wexceptions
The second and third paragraph there are actually related to
-Wsfinae-incomplete.