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

            Bug ID: 118545
           Summary: d: Not all language options get a url in diagnostics
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ibuclaw at gcc dot gnu.org
  Target Milestone: ---

For example, the following error does not get a URL.

    error ("bad argument for %<-fversion%>: %qs", arg);

I think this is because the option in lang.opt.urls is `-fversion=`.

Need to check all error/warning messages to ensure they are properly
referenced.

Reply via email to