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

            Bug ID: 79853
           Summary: diagnostics: double space in "Assumed or deferred"
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

from fortran/decl.c:

gfc_error ("Assumed or deferred character length variable %qs "
           " in constant expression at %L",

There are two spaces between "%qs" and "in", there should only be one.

Reply via email to