This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/79866] New: diagnostics: typo in "Variable %s at %L of type EVENT_TYPE"


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]