https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116801
Bug ID: 116801 Summary: Many fortran options missing in lang.opt.urls Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: mikael at gcc dot gnu.org Target Milestone: --- There seems to be many options missing in fortran's lang.opt.urls. A possible problem is the presence of nested <code> tags in the source of fortran's Option-Index.html gcc's Option-Index.html links: <a href="Code-Gen-Options.html#index-fpic"><code>fpic</code></a> fortran's Option-Index.html links: <a href="Fortran-Dialect-Options.html#index-ffixed_002dform"><code><code class="code">ffixed-form</code></code></a> In fortran's links, the nested code tag has a space, so it is missed by the url update script.