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/79617] New: missing space in diagnostic: IF clause without modifier at %L used together


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

            Bug ID: 79617
           Summary: missing space in diagnostic: IF clause without
                    modifier at %L used together
           Product: gcc
           Version: 7.0.1
            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/openmp.c:

            gfc_error ("IF clause without modifier at %L used together with"
                       "IF clauses with modifiers",
                       &omp_clauses->if_expr->where);

There is a space missing between "with" and "IF".

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