[Bug plugins/93746] New: probably missing colon in diagnostic

roland.illig at gmx dot de gcc-bugzilla@gcc.gnu.org
Fri Feb 14 22:49:00 GMT 2020


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

            Bug ID: 93746
           Summary: probably missing colon in diagnostic
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: plugins
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

From plugin.c:
> fatal_error (input_location,
>              "plugin %s is not licensed under a GPL-compatible license"
>              " %s", plugin->full_name, dlerror ());

There should probably be a colon between the word "license" and the dlerror.

There should also be a unit test for this diagnostic that demonstrates how this
diagnostic looks with the placeholders filled in.


More information about the Gcc-bugs mailing list