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

            Bug ID: 79866
           Summary: diagnostics: typo in "Variable %s at %L of type
                    EVENT_TYPE"
           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: ---

in fortran/resolve.c:

gfc_error ("Variable %s at %L of type EVENT_TYPE or with subcomponent of "
           "type LOCK_TYPE must be a coarray", sym->name,
           &sym->declared_at);

The second LOCK_TYPE should probably be EVENT_TYPE, like in all other
diagnostics of that kind.

Reply via email to