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.