[Bug translation/90148] New: Closing quote in wrong position in plugin.c

roland.illig at gmx dot de gcc-bugzilla@gcc.gnu.org
Thu Apr 18 16:00:00 GMT 2019


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.


More information about the Gcc-bugs mailing list