https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148
Bug ID: 90148 Summary: Closing quote in wrong position in plugin.c Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- From plugin.c, at the bottom: fatal_error (input_location, "%<-iplugindir%> <dir> option not passed from the gcc driver"); The %> should be after the <dir>, not before it.